Package com.arjuna.ats.arjuna.objectstore

Interface Summary
BaseStore The BasicStore provides core methods that all implementations MUST provide.
ParticipantStore Transactional participants MUST use this type of ObjectStore.
RecoveryStore All ObjectStore implementations that are used to drive recovery MUST implement this interface.
TxLog All transaction logs MUST implement this interface.
 

Class Summary
ObjectStore The object store interface is the application's route to using a specific object store implementation.
ObjectStoreIterator Class that allows us to iterate through instances of objects that may be stored within a specific object store.
ObjectStoreType The various types of object store implementations that are available.
StateStatus The status of states in the ObjectStore.
StateType The type of the state in the ObjectStore.