Uses of Interface
com.arjuna.ats.arjuna.objectstore.RecoveryStore
Packages that use RecoveryStore
Package
Description
-
Uses of RecoveryStore in com.arjuna.ats.arjuna.objectstore
Subinterfaces of RecoveryStore in com.arjuna.ats.arjuna.objectstoreClasses in com.arjuna.ats.arjuna.objectstore that implement RecoveryStoreModifier and TypeClassDescriptionclass
The object store interface is the application's route to using a specific object store implementation.Methods in com.arjuna.ats.arjuna.objectstore that return RecoveryStoreConstructors in com.arjuna.ats.arjuna.objectstore with parameters of type RecoveryStore -
Uses of RecoveryStore in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type RecoveryStoreModifierConstructorDescriptionConstruct an MBean corresponding to the given store -
Uses of RecoveryStore in com.arjuna.ats.arjuna.tools.osb.api.proxy
Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement RecoveryStore -
Uses of RecoveryStore in com.arjuna.ats.arjuna.tools.osb.mbean
Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type RecoveryStoreModifierConstructorDescriptionStateManagerWrapper
(RecoveryStore os, Uid uid, String type) Deprecated. -
Uses of RecoveryStore in com.arjuna.ats.internal.arjuna.objectstore
Classes in com.arjuna.ats.internal.arjuna.objectstore that implement RecoveryStoreModifier 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 RecoveryStore in com.arjuna.ats.internal.arjuna.objectstore.hornetq
Classes in com.arjuna.ats.internal.arjuna.objectstore.hornetq that implement RecoveryStoreModifier and TypeClassDescriptionclass
Adaptor class that wraps the store to make it look like an ObjectStore. -
Uses of RecoveryStore in com.arjuna.ats.internal.arjuna.objectstore.jdbc
Classes in com.arjuna.ats.internal.arjuna.objectstore.jdbc that implement RecoveryStoreModifier and TypeClassDescriptionclass
An object store implementation which uses a JDBC database for maintaining object states. -
Uses of RecoveryStore in com.arjuna.ats.internal.arjuna.objectstore.slot
Classes in com.arjuna.ats.internal.arjuna.objectstore.slot that implement RecoveryStoreModifier and TypeClassDescriptionclass
Adaptor class that wraps the SlotStore to make it look like an ObjectStore. -
Uses of RecoveryStore in com.arjuna.ats.internal.jts.recovery.transactions
Fields in com.arjuna.ats.internal.jts.recovery.transactions declared as RecoveryStoreModifier and TypeFieldDescriptionprotected static RecoveryStore
TransactionRecoveryModule._recoveryStore
Constructors in com.arjuna.ats.internal.jts.recovery.transactions with parameters of type RecoveryStoreModifierConstructorDescriptionprotected
ExpiredAssumedCompleteScanner
(String typeName, RecoveryStore recoveryStore) -
Uses of RecoveryStore in com.arjuna.ats.jta.logging
Methods in com.arjuna.ats.jta.logging with parameters of type RecoveryStoreModifier and TypeMethodDescriptionvoid
jtaI18NLogger.warn_reading_from_object_store
(RecoveryStore recoveryStore, Xid xid, Exception e) void
jtaI18NLogger.warn_unpacking_xid_state
(Xid xid, RecoveryStore recoveryStore, String type, Exception e) -
Uses of RecoveryStore in com.arjuna.ats.jts.logging
Methods in com.arjuna.ats.jts.logging with parameters of type RecoveryStoreModifier and TypeMethodDescriptionvoid
jtsI18NLogger.info_fail_to_read_subordinate_uid
(RecoveryStore recstore, InputObjectState states, Exception e)