|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.openai.util.fsm.State | +--net.openai.ai.hybrid.fsmagent.AgentState | +--net.openai.ai.hybrid.fsmagent.InputForwardingState | +--net.openai.ai.hybrid.fsmagent.MigrateState
Constructor Summary | |
MigrateState()
Constructs a new MigrateState without a destination host or port. |
Method Summary | |
protected java.lang.Object |
executeState()
The main body of the MigrateState's execution. |
abstract java.lang.String |
getDestinationHost()
Returns the destination host name or IP. |
abstract int |
getDestinationPort()
Returns the port on the destination host to enter through. |
Methods inherited from class net.openai.ai.hybrid.fsmagent.InputForwardingState |
enter, exit, getInputData |
Methods inherited from class net.openai.ai.hybrid.fsmagent.AgentState |
displayMessage, getAgent |
Methods inherited from class net.openai.util.fsm.State |
addStateListener, addTransition, addTransition, getEndStateFlag, getName, getStartStateFlag, getTransitions, removeStateListener, removeTransition, setEndStateFlag, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MigrateState()
Method Detail |
public abstract java.lang.String getDestinationHost()
public abstract int getDestinationPort()
protected final java.lang.Object executeState() throws java.lang.Exception
executeState
in class AgentState
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |