Uses of Interface
com.arjuna.ats.arjuna.objectstore.ObjectStoreAPI
Package
Description
-
Uses of ObjectStoreAPI in com.arjuna.ats.arjuna.objectstore
Modifier and TypeClassDescriptionclass
The object store interface is the application's route to using a specific object store implementation.Modifier and TypeMethodDescriptionstatic ObjectStoreAPI
StoreManager.getEISNameStore()
static ObjectStoreAPI
StoreManager.getTxOJStore()
ModifierConstructorDescriptionStoreManager
(ObjectStoreAPI actionStore, ObjectStoreAPI stateStore, ObjectStoreAPI communicationStore) -
Uses of ObjectStoreAPI in com.arjuna.ats.internal.arjuna.objectstore
Modifier and TypeClassDescriptionclass
The basic transaction log implementation.class
A cached object store implementation.class
An refinement of the basic FileSystemStore which provides file-level locking.class
The basic class for file system object stores.class
The basic action store implementations store the object states in a separate file within the same directory in the object store, determined by the object's type.class
The basic shadowing store implementations store the object states in a separate file within the same directory in the object store, determined by the object's type.class
class
A null implementation.class
A shadowing file store implementation.class
Almost the same as the ShadowingStore implementation, but assumes all concurrency control is provided by the object.class
Two phase volatile store.class
An in-memory ObjectStore that never writes to stable storage. -
Uses of ObjectStoreAPI in com.arjuna.ats.internal.arjuna.objectstore.hornetq
Modifier and TypeClassDescriptionclass
Adaptor class that wraps the store to make it look like an ObjectStore. -
Uses of ObjectStoreAPI in com.arjuna.ats.internal.arjuna.objectstore.jdbc
Modifier and TypeClassDescriptionclass
An object store implementation which uses a JDBC database for maintaining object states. -
Uses of ObjectStoreAPI in com.arjuna.ats.internal.arjuna.objectstore.slot
Modifier and TypeClassDescriptionclass
Adaptor class that wraps the SlotStore to make it look like an ObjectStore.