Uses of Class
com.atomikos.finitestates.FSMEnterEvent

Packages that use FSMEnterEvent
com.atomikos.finitestates   
com.atomikos.icatch.imp   
com.atomikos.persistence.imp   
 

Uses of FSMEnterEvent in com.atomikos.finitestates
 

Methods in com.atomikos.finitestates with parameters of type FSMEnterEvent
 void FSMEnterListener.entered(FSMEnterEvent e)
          Called when the FSM has entered a new state.
 void FSMPreEnterListener.preEnter(FSMEnterEvent e)
          Called BEFORE the FSM enters the new state, so that the callee is sure that nobody has seen the new state yet.
 

Uses of FSMEnterEvent in com.atomikos.icatch.imp
 

Methods in com.atomikos.icatch.imp with parameters of type FSMEnterEvent
 void TransactionServiceImp.entered(FSMEnterEvent event)
           
 void CompositeTransactionImp.entered(FSMEnterEvent event)
           
 void CoordinatorImp.preEnter(FSMEnterEvent event)
           
 

Uses of FSMEnterEvent in com.atomikos.persistence.imp
 

Methods in com.atomikos.persistence.imp with parameters of type FSMEnterEvent
 void VolatileStateRecoveryManager.preEnter(FSMEnterEvent event)
           
 void StateRecoveryManagerImp.preEnter(FSMEnterEvent event)
           
 



Copyright © 2011. All Rights Reserved.