|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhg.igd.semoa.server.AgentState
Represents the state of an agent.
Field Summary | |
private String |
id_
The string that identifies the field type. |
static AgentState |
INITIAL
The initial state of the agent. |
static AgentState |
INVALID
The agent is invalid and you shouldn't have a reference to it any more in the first place. |
static AgentState |
LOADED
The properties of the agent are loaded. |
static AgentState |
MIGRATED
The agent migrated successfully. |
static AgentState |
RUNNING
The agent is up and running. |
static AgentState |
STOPPED
The agent is stopped. |
Constructor Summary | |
private |
AgentState(String id)
No one but this class creates instances. |
Method Summary | |
String |
toString()
Returns a string describing the state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AgentState INITIAL
public static final AgentState LOADED
Resource
of the agent is initialized as well. However,
important structures such as thread group or
class loader are not yet initialized.
public static final AgentState RUNNING
public static final AgentState STOPPED
public static final AgentState MIGRATED
public static final AgentState INVALID
AgentContext
.
private transient String id_
Constructor Detail |
private AgentState(String id)
id
- The string that identifies the field type.Method Detail |
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |