Uses of Interface
com.arjuna.ats.arjuna.objectstore.ParticipantStore
-
-
Uses of ParticipantStore in com.arjuna.ats.arjuna
Methods in com.arjuna.ats.arjuna that return ParticipantStore Modifier and Type Method Description ParticipantStoreStateManager. getStore() -
Uses of ParticipantStore in com.arjuna.ats.arjuna.coordinator
Methods in com.arjuna.ats.arjuna.coordinator that return ParticipantStore Modifier and Type Method Description ParticipantStoreBasicAction. getStore()Set up an object store and assign it to the participantStore variable. -
Uses of ParticipantStore in com.arjuna.ats.arjuna.logging
Methods in com.arjuna.ats.arjuna.logging with parameters of type ParticipantStore Modifier and Type Method Description voidarjunaI18NLogger. warn_could_not_activate_type_at_object_store(java.lang.String type, ParticipantStore store, java.lang.Throwable exception) -
Uses of ParticipantStore in com.arjuna.ats.arjuna.objectstore
Subinterfaces of ParticipantStore in com.arjuna.ats.arjuna.objectstore Modifier and Type Interface Description interfaceObjectStoreAPICreated by IntelliJ IDEA.Classes in com.arjuna.ats.arjuna.objectstore that implement ParticipantStore 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 ParticipantStore Modifier and Type Method Description static ParticipantStoreStoreManager. getCommunicationStore()static ParticipantStoreStoreManager. getParticipantStore()static ParticipantStoreStoreManager. setupStore(java.lang.String rootName, int sharedStatus) -
Uses of ParticipantStore in com.arjuna.ats.arjuna.tools.osb.api.mbeans
Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type ParticipantStore Constructor Description ParticipantStoreBean(ParticipantStore ps)Construct an MBean corresponding to the given store -
Uses of ParticipantStore in com.arjuna.ats.arjuna.tools.osb.api.proxy
Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement ParticipantStore Modifier and Type Class Description classParticipantStoreProxyRemote proxy to a ParticipantStore
-