Uses of Interface
com.arjuna.ats.arjuna.objectstore.BaseStore
Packages that use BaseStore
Package
Description
-
Uses of BaseStore in com.arjuna.ats.arjuna.objectstore
Subinterfaces of BaseStore in com.arjuna.ats.arjuna.objectstoreModifier and TypeInterfaceDescriptioninterface
Created by IntelliJ IDEA.interface
Transactional participants MUST use this type of ObjectStore.interface
All ObjectStore implementations that are used to drive recovery MUST implement this interface.interface
All transaction logs MUST implement this interface.Classes in com.arjuna.ats.arjuna.objectstore that implement BaseStoreModifier and TypeClassDescriptionclass
The object store interface is the application's route to using a specific object store implementation. -
Uses of BaseStore in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return BaseStoreConstructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type BaseStore -
Uses of BaseStore in com.arjuna.ats.arjuna.tools.osb.api.proxy
Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement BaseStoreModifier and TypeClassDescriptionclass
Remote proxy to a ParticipantStoreclass
Remote proxy to a RecoveryStoreclass
Remote proxy to a TxLog Store -
Uses of BaseStore in com.arjuna.ats.internal.arjuna.objectstore
Classes in com.arjuna.ats.internal.arjuna.objectstore that implement BaseStoreModifier 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 BaseStore in com.arjuna.ats.internal.arjuna.objectstore.hornetq
Classes in com.arjuna.ats.internal.arjuna.objectstore.hornetq that implement BaseStoreModifier and TypeClassDescriptionclass
Adaptor class that wraps the store to make it look like an ObjectStore. -
Uses of BaseStore in com.arjuna.ats.internal.arjuna.objectstore.jdbc
Classes in com.arjuna.ats.internal.arjuna.objectstore.jdbc that implement BaseStoreModifier and TypeClassDescriptionclass
An object store implementation which uses a JDBC database for maintaining object states. -
Uses of BaseStore in com.arjuna.ats.internal.arjuna.objectstore.slot
Classes in com.arjuna.ats.internal.arjuna.objectstore.slot that implement BaseStoreModifier and TypeClassDescriptionclass
Adaptor class that wraps the SlotStore to make it look like an ObjectStore.