Uses of Interface
com.arjuna.ats.arjuna.objectstore.RecoveryStore
-
-
Uses of RecoveryStore in com.arjuna.ats.arjuna.objectstore
Subinterfaces of RecoveryStore in com.arjuna.ats.arjuna.objectstore Modifier and Type Interface Description interfaceObjectStoreAPICreated by IntelliJ IDEA.Classes in com.arjuna.ats.arjuna.objectstore that implement RecoveryStore 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 RecoveryStore Modifier and Type Method Description static RecoveryStoreStoreManager. getRecoveryStore()Constructors in com.arjuna.ats.arjuna.objectstore with parameters of type RecoveryStore Constructor Description ObjectStoreIterator(RecoveryStore recoveryStore, java.lang.String tName) -
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 RecoveryStore Constructor Description RecoveryStoreBean(RecoveryStore rs)Construct 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 Modifier and Type Class Description classRecoveryStoreProxyRemote proxy to a 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 RecoveryStore Constructor Description StateManagerWrapper(RecoveryStore os, Uid uid, java.lang.String type)Deprecated. -
Uses of RecoveryStore in com.arjuna.ats.jta.logging
Methods in com.arjuna.ats.jta.logging with parameters of type RecoveryStore Modifier and Type Method Description voidjtaI18NLogger. warn_reading_from_object_store(RecoveryStore recoveryStore, javax.transaction.xa.Xid xid, java.lang.Exception e)voidjtaI18NLogger. warn_unpacking_xid_state(javax.transaction.xa.Xid xid, RecoveryStore recoveryStore, java.lang.String type, java.lang.Exception e)
-