Uses of Interface
com.arjuna.ats.arjuna.objectstore.TxLog
Packages that use TxLog
Package
Description
-
Uses of TxLog in com.arjuna.ats.arjuna.objectstore
Subinterfaces of TxLog 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.Classes in com.arjuna.ats.arjuna.objectstore that implement TxLogModifier 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 TxLog -
Uses of TxLog in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return TxLogConstructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type TxLog -
Uses of TxLog in com.arjuna.ats.arjuna.tools.osb.api.proxy
Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement TxLogModifier and TypeClassDescriptionclass
Remote proxy to a ParticipantStoreclass
Remote proxy to a RecoveryStoreclass
Remote proxy to a TxLog Store -
Uses of TxLog in com.arjuna.ats.internal.arjuna.objectstore
Classes in com.arjuna.ats.internal.arjuna.objectstore that implement TxLogModifier 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 TxLog in com.arjuna.ats.internal.arjuna.objectstore.hornetq
Classes in com.arjuna.ats.internal.arjuna.objectstore.hornetq that implement TxLogModifier and TypeClassDescriptionclass
Adaptor class that wraps the store to make it look like an ObjectStore. -
Uses of TxLog in com.arjuna.ats.internal.arjuna.objectstore.jdbc
Classes in com.arjuna.ats.internal.arjuna.objectstore.jdbc that implement TxLogModifier and TypeClassDescriptionclass
An object store implementation which uses a JDBC database for maintaining object states. -
Uses of TxLog in com.arjuna.ats.internal.arjuna.objectstore.slot
Classes in com.arjuna.ats.internal.arjuna.objectstore.slot that implement TxLogModifier and TypeClassDescriptionclass
Adaptor class that wraps the SlotStore to make it look like an ObjectStore. -
Uses of TxLog in org.jboss.jbossts.xts.recovery.participant.at
Constructors in org.jboss.jbossts.xts.recovery.participant.at with parameters of type TxLogModifierConstructorDescriptionXTSATRecoveryManagerImple
(TxLog txLog) constructor for use by ATParticipantRecoveryModule and ATCoordinatorRecoveryModule -
Uses of TxLog in org.jboss.jbossts.xts.recovery.participant.ba
Constructors in org.jboss.jbossts.xts.recovery.participant.ba with parameters of type TxLogModifierConstructorDescriptionXTSBARecoveryManagerImple
(TxLog txLog) constructor for use by BAParticipantRecoveryModule and BACoordinatorRecoveryModule