Uses of Interface
com.arjuna.ats.arjuna.objectstore.ParticipantStore

Packages that use ParticipantStore
com.arjuna.ats.arjuna   
com.arjuna.ats.arjuna.coordinator   
com.arjuna.ats.arjuna.objectstore   
com.arjuna.ats.arjuna.tools.osb.api.mbeans   
com.arjuna.ats.arjuna.tools.osb.api.proxy   
 

Uses of ParticipantStore in com.arjuna.ats.arjuna
 

Methods in com.arjuna.ats.arjuna that return ParticipantStore
 ParticipantStore StateManager.getStore()
           
 

Uses of ParticipantStore in com.arjuna.ats.arjuna.coordinator
 

Methods in com.arjuna.ats.arjuna.coordinator that return ParticipantStore
 ParticipantStore BasicAction.getStore()
          Set up an object store and assign it to the participantStore variable.
 

Uses of ParticipantStore in com.arjuna.ats.arjuna.objectstore
 

Subinterfaces of ParticipantStore in com.arjuna.ats.arjuna.objectstore
 interface ObjectStoreAPI
          Created by IntelliJ IDEA.
 

Classes in com.arjuna.ats.arjuna.objectstore that implement ParticipantStore
 class ObjectStore
          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 ParticipantStore
static ParticipantStore StoreManager.getCommunicationStore()
           
static ParticipantStore StoreManager.getParticipantStore()
           
static ParticipantStore StoreManager.setupStore(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
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
 class ParticipantStoreProxy
          Remote proxy to a ParticipantStore
 



Copyright © 2011. All Rights Reserved.