Uses of Interface
com.arjuna.ats.arjuna.objectstore.BaseStore
-
Packages that use BaseStore 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 BaseStore in com.arjuna.ats.arjuna.objectstore
Subinterfaces of BaseStore 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.interfaceTxLogAll transaction logs MUST implement this interface.Classes in com.arjuna.ats.arjuna.objectstore that implement BaseStore Modifier and Type Class Description classObjectStoreThe 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 BaseStore Modifier and Type Method Description protected BaseStoreBaseStoreBean. getStore()Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type BaseStore Constructor Description BaseStoreBean(BaseStore store) -
Uses of BaseStore in com.arjuna.ats.arjuna.tools.osb.api.proxy
Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement BaseStore Modifier and Type Class Description classParticipantStoreProxyRemote proxy to a ParticipantStoreclassRecoveryStoreProxyRemote proxy to a RecoveryStoreclassTxLogProxyRemote proxy to a TxLog Store
-