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

Packages that use BaseStore
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
 interface ObjectStoreAPI
          Created by IntelliJ IDEA.
 interface ParticipantStore
          Transactional participants MUST use this type of ObjectStore.
 interface RecoveryStore
          All ObjectStore implementations that are used to drive recovery MUST implement this interface.
 interface TxLog
          All transaction logs MUST implement this interface.
 

Classes in com.arjuna.ats.arjuna.objectstore that implement BaseStore
 class ObjectStore
          The 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
protected  BaseStore BaseStoreBean.getStore()
           
 

Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type BaseStore
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
 class ParticipantStoreProxy
          Remote proxy to a ParticipantStore
 class RecoveryStoreProxy
          Remote proxy to a RecoveryStore
 class TxLogProxy
          Remote proxy to a TxLog Store
 



Copyright © 2011. All Rights Reserved.