Uses of Interface
com.arjuna.ats.arjuna.objectstore.TxLog
-
Packages that use TxLog Package Description com.arjuna.ats.arjuna.objectstore com.arjuna.ats.arjuna.tools.osb.api.mbeans com.arjuna.ats.arjuna.tools.osb.api.proxy -
-
Uses of TxLog in com.arjuna.ats.arjuna.objectstore
Subinterfaces of TxLog in com.arjuna.ats.arjuna.objectstore Modifier and Type Interface Description interfaceObjectStoreAPICreated by IntelliJ IDEA.interfaceParticipantStoreTransactional participants MUST use this type of ObjectStore.interfaceRecoveryStoreAll ObjectStore implementations that are used to drive recovery MUST implement this interface.Classes in com.arjuna.ats.arjuna.objectstore that implement TxLog Modifier and Type Class Description classObjectStoreThe 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 Modifier and Type Method Description static TxLogStoreManager. getTxLog() -
Uses of TxLog in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return TxLog Modifier and Type Method Description protected TxLogTxLogBean. getStore()Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type TxLog Constructor Description TxLogBean(TxLog store) -
Uses of TxLog in com.arjuna.ats.arjuna.tools.osb.api.proxy
Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement TxLog Modifier and Type Class Description classParticipantStoreProxyRemote proxy to a ParticipantStoreclassRecoveryStoreProxyRemote proxy to a RecoveryStoreclassTxLogProxyRemote proxy to a TxLog Store
-