p2pMapReduce.nodeModule.nodeFsm
Class State

java.lang.Object
  extended by p2pMapReduce.nodeModule.nodeFsm.State
Direct Known Subclasses:
NodeState, UserState

public abstract class State
extends java.lang.Object

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

State

public State()
Method Detail

entryAction

protected void entryAction()
The method to call each time an FSM transit to this state, after leaving the previous state


exitAction

protected void exitAction()
The method to call each time an FSM leave this state, before to enter the new state