Uses of Interface
com.atomikos.persistence.Recoverable

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

Uses of Recoverable in com.atomikos.icatch.imp
 

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

Uses of Recoverable in com.atomikos.persistence
 

Subinterfaces of Recoverable in com.atomikos.persistence
 interface StateRecoverable
          A type of stateful objects whose state is guaranteed to be recoverable.
 

Methods in com.atomikos.persistence that return Recoverable
 Recoverable ObjectLog.recover(Object id)
           
 Recoverable ObjectImage.restore()
          Restore an equivalent replica of the original instance.
 

Methods in com.atomikos.persistence with parameters of type Recoverable
 void ObjectLog.flush(Recoverable recoverable)
          Flush to permanent memory.
 

Uses of Recoverable in com.atomikos.persistence.imp
 

Methods in com.atomikos.persistence.imp that return Recoverable
 Recoverable StreamObjectLog.recover(Object id)
           
 

Methods in com.atomikos.persistence.imp with parameters of type Recoverable
 void StreamObjectLog.flush(Recoverable rec)
           
 



Copyright © 2011. All Rights Reserved.