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

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

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

Subinterfaces of TxLog 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.
 

Classes in com.arjuna.ats.arjuna.objectstore that implement TxLog
 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 TxLog
static TxLog StoreManager.getTxLog()
           
 

Uses of TxLog in com.arjuna.ats.arjuna.tools.osb.api.mbeans
 

Methods in com.arjuna.ats.arjuna.tools.osb.api.mbeans that return TxLog
protected  TxLog TxLogBean.getStore()
           
 

Constructors in com.arjuna.ats.arjuna.tools.osb.api.mbeans with parameters of type TxLog
TxLogBean(TxLog store)
           
 

Uses of TxLog in com.arjuna.ats.arjuna.tools.osb.api.proxy
 

Classes in com.arjuna.ats.arjuna.tools.osb.api.proxy that implement TxLog
 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.