|
||||||||||
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 | +--net.openai.ai.hybrid.fsmagent.SimpleMigrateState
Constructor Summary | |
SimpleMigrateState(java.lang.String destHost,
int destPort)
Constructs a new SimpleMigrateState with the given host and port to migrate to. |
Method Summary | |
java.lang.String |
getDestinationHost()
Returns the destination host for the SimpleMigrateState. |
int |
getDestinationPort()
Returns the destination port the the SimpleMigrateState. |
Methods inherited from class net.openai.ai.hybrid.fsmagent.MigrateState |
executeState |
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 SimpleMigrateState(java.lang.String destHost, int destPort)
destHost
- The destination host to migrate to.destPort
- The port on the destination host to enter through.Method Detail |
public final java.lang.String getDestinationHost()
getDestinationHost
in class MigrateState
public final int getDestinationPort()
getDestinationPort
in class MigrateState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |