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
          All things related to termination logic.
 

Uses of StateRecoverable in com.atomikos.persistence
 

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

Methods in com.atomikos.persistence that return types with arguments of type StateRecoverable
 Vector<StateRecoverable<TxState>> StateRecoveryManager.recover()
          Recover all recorded recoverable instances in their latest state.
 Vector<StateRecoverable<TxState>> ObjectLog.recover()
          Recovers all non-deleted object images flushed so far.
 

Methods in com.atomikos.persistence with parameters of type StateRecoverable
 void StateRecoveryManager.register(StateRecoverable<TxState> 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<TxState> VolatileStateRecoveryManager.recover(Object id)
           
 StateRecoverable<TxState> StateRecoveryManagerImp.recover(Object id)
           
 

Methods in com.atomikos.persistence.imp that return types with arguments of type StateRecoverable
 Vector<StateRecoverable<TxState>> VolatileStateRecoveryManager.recover()
           
 Vector<StateRecoverable<TxState>> StateRecoveryManagerImp.recover()
           
 

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



Copyright © 2014. All Rights Reserved.