Uses of Interface
com.atomikos.finitestates.FSMPreEnterListener

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

Uses of FSMPreEnterListener in com.atomikos.finitestates
 

Methods in com.atomikos.finitestates with parameters of type FSMPreEnterListener
 void FSMPreEnterEventSource.addFSMPreEnterListener(FSMPreEnterListener l, Object state)
           
 void FSMImp.addFSMPreEnterListener(FSMPreEnterListener lstnr, Object state)
           
 

Uses of FSMPreEnterListener in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement FSMPreEnterListener
 class CoordinatorImp
          Implementation of termination logic.
 

Methods in com.atomikos.icatch.imp with parameters of type FSMPreEnterListener
 void CoordinatorImp.addFSMPreEnterListener(FSMPreEnterListener l, Object state)
           
 

Uses of FSMPreEnterListener in com.atomikos.persistence.imp
 

Classes in com.atomikos.persistence.imp that implement FSMPreEnterListener
 class StateRecoveryManagerImp
          A standard implementation of a state recovery manager.
 class VolatileStateRecoveryManager
          A volatile recovery manager (one that doesn't support persistent logging and hence doesn't allow recovery after a crash or restart).
 



Copyright © 2011. All Rights Reserved.