Uses of Interface
com.atomikos.persistence.StateRecoverable

Packages that use StateRecoverable
com.atomikos.icatch.imp   
com.atomikos.persistence   
com.atomikos.persistence.imp   
 

Uses of StateRecoverable in com.atomikos.icatch.imp
 

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

Uses of StateRecoverable in com.atomikos.persistence
 

Methods in com.atomikos.persistence that return StateRecoverable
 StateRecoverable StateRecoveryManager.recover(Object id)
          Reconstruct an instance of a staterecoverable.
 

Methods in com.atomikos.persistence with parameters of type StateRecoverable
 void StateRecoveryManager.register(StateRecoverable staterecoverable)
          Register a staterecoverable with the recovery manager service.
 

Uses of StateRecoverable in com.atomikos.persistence.imp
 

Methods in com.atomikos.persistence.imp that return StateRecoverable
 StateRecoverable VolatileStateRecoveryManager.recover(Object id)
           
 StateRecoverable StateRecoveryManagerImp.recover(Object id)
           
 

Methods in com.atomikos.persistence.imp with parameters of type StateRecoverable
 void VolatileStateRecoveryManager.register(StateRecoverable staterecoverable)
           
 void StateRecoveryManagerImp.register(StateRecoverable staterecoverable)
           
 



Copyright © 2011. All Rights Reserved.