|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains several constants that will be used by the Agent System. Primarily, these will be used by the Agents. These constants are implemented in an interface in order to add more constants available to the Agents and not have to change the Agent class itself.
Field Summary | |
static int |
AGENT_CONTINUE
The default state after a migration. |
static int |
AGENT_RETURN_TO_SENDER
The run state if an agent has been rejected by another Daemon. |
static int |
AGENT_START
The initial run state for agents. |
Field Detail |
public static final int AGENT_START
public static final int AGENT_CONTINUE
public static final int AGENT_RETURN_TO_SENDER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |