Serialized Form


Package org.apache.lokahi.core.agent.servlets

Class org.apache.lokahi.core.agent.servlets.AgentStatusServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.lokahi.core.agent.soap

Class org.apache.lokahi.core.agent.soap.JobTransmission extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

parentName

java.lang.String parentName

statusId

int statusId

function

Function function

options

java.lang.String[] options

result

java.lang.String result

date

java.util.Date date

Package org.apache.lokahi.core.agent.util

Class org.apache.lokahi.core.agent.util.TMCTaskException extends java.lang.Exception implements Serializable


Package org.apache.lokahi.core.api.function

Class org.apache.lokahi.core.api.function.Function extends XMLDao<Function> implements Serializable

Serialized Fields

id

int id
primary key


name

java.lang.String name
value displayed to the user identifing the ability


command

java.lang.String command
short version of the function that is an identifier to lokahi as to what the function allows users to do


Package org.apache.lokahi.core.api.user

Class org.apache.lokahi.core.api.user.User extends TMCDao<User> implements Serializable

Serialized Fields

userId

int userId

userName

java.lang.String userName

firstName

java.lang.String firstName

lastName

java.lang.String lastName

jobTitle

java.lang.String jobTitle

comments

java.lang.String comments

email

java.lang.String email

manager

java.lang.String manager

empIndicator

java.lang.String empIndicator

state

State state

am

AuthorizationManager am

projects

java.util.Collection<E> projects

Package org.apache.lokahi.core.common.authorization

Class org.apache.lokahi.core.common.authorization.AuthorizationManager extends java.lang.Object implements Serializable

Serialized Fields

abilities

java.util.HashMap<K,V> abilities

userId

int userId

Package org.apache.lokahi.core.common.collection

Class org.apache.lokahi.core.common.collection.TMCCollectionImpl extends java.util.AbstractCollection<ItemType extends Collectable> implements Serializable

Serialized Fields

collection

java.util.HashMap<K,V> collection

Class org.apache.lokahi.core.common.collection.TMCSet extends java.util.HashSet<E> implements Serializable


Package org.apache.lokahi.core.common.exception

Class org.apache.lokahi.core.common.exception.AlreadyExistException extends TMCException implements Serializable

Class org.apache.lokahi.core.common.exception.AuthenticationException extends java.lang.Exception implements Serializable

Class org.apache.lokahi.core.common.exception.AuthorizationException extends TMCException implements Serializable

Class org.apache.lokahi.core.common.exception.TMCException extends java.lang.Exception implements Serializable

Class org.apache.lokahi.core.common.exception.TMCIllegalArgumentException extends TMCException implements Serializable

Class org.apache.lokahi.core.common.exception.UnsupportedParameterException extends TMCException implements Serializable


Package org.apache.lokahi.core.gui.www

Class org.apache.lokahi.core.gui.www.RestServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.apache.lokahi.core.gui.www.TMCActionServlet extends org.apache.struts.action.ActionServlet implements Serializable

Class org.apache.lokahi.core.gui.www.TMCRSSAlertServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.apache.lokahi.core.gui.www.TMCStartupServlet extends javax.servlet.http.HttpServlet implements Serializable

Class org.apache.lokahi.core.gui.www.TMCVelocityServlet extends org.apache.velocity.tools.view.servlet.VelocityViewServlet implements Serializable