|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pMapReduce.nodeModule.nodeFsm.State
public abstract class State
Base class for a FSM
state
Constructor Summary | |
---|---|
State()
|
Method Summary | |
---|---|
protected void |
entryAction()
The method to call each time an FSM transit
to this state, after leaving the previous state |
protected void |
exitAction()
The method to call each time an FSM leave
this state, before to enter the new state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public State()
Method Detail |
---|
protected void entryAction()
FSM
transit
to this state, after leaving the previous state
protected void exitAction()
FSM
leave
this state, before to enter the new state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |