Uses of Interface
com.atomikos.persistence.Recoverable

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

Uses of Recoverable in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement Recoverable
 class CoordinatorImp
          All things related to termination logic.
 

Methods in com.atomikos.icatch.imp that return Recoverable
 Recoverable CoordinatorLogImage.restore()
           
 

Uses of Recoverable in com.atomikos.persistence
 

Subinterfaces of Recoverable in com.atomikos.persistence
 interface StateRecoverable<T>
          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)
          Recovers the instance with given ID.
 Recoverable ObjectImage.restore()
          Restore an equivalent replica of the original instance.
 

Methods in com.atomikos.persistence that return types with arguments of type Recoverable
 Vector<Recoverable> LogStream.recover()
          Reads the log contents, and initializes the data structure.
 

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

Uses of Recoverable in com.atomikos.persistence.dataserializable
 

Methods in com.atomikos.persistence.dataserializable that return types with arguments of type Recoverable
 Vector<Recoverable> FileLogStream.recover()
           
 

Uses of Recoverable in com.atomikos.persistence.imp
 

Classes in com.atomikos.persistence.imp that implement Recoverable
 class StateObjectImage
          An object image for reconstruction of staterecoverables through a state recovery mgr.
 class SystemLogImage
           
 

Fields in com.atomikos.persistence.imp declared as Recoverable
protected  Recoverable SystemLogImage.recoverable_
           
 

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

Methods in com.atomikos.persistence.imp that return types with arguments of type Recoverable
 Vector<Recoverable> FileLogStream.recover()
           
 

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

Constructors in com.atomikos.persistence.imp with parameters of type Recoverable
SystemLogImage(Recoverable recoverable, boolean forgettable)
           
 



Copyright © 2014. All Rights Reserved.