Uses of Package
org.infinispan.transaction.xa.recovery

Packages that use org.infinispan.transaction.xa.recovery
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.transaction.xa.recovery   
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.commands
RecoveryManager
          RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.commands.remote
RecoveryManager
          RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.interceptors
RecoveryManager
          RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.transaction.xa
RecoveryManager
          RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.transaction.xa.recovery
RecoveryAwareDldGlobalTransaction
          DldGlobalTransaction that also holds xid information, required for recovery.
RecoveryAwareGlobalTransaction
          GlobalTransaction that also holds xid information, required for recovery.
RecoveryAwareRemoteTransaction
          Extends RemoteTransaction and adds recovery related information and functionality.
RecoveryAwareTransaction
          Base interface fro transactions that are holders of recovery information.
RecoveryInfoKey
          This makes sure that only xids pertaining to a certain cache are being returned when needed.
RecoveryManager
          RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
RecoveryManager.RecoveryIterator
          Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required by XAResource.recover(int).
SerializableXid
          This xid implementation is needed because Xid is not Serializable and we need to serialize it and send it over the network.
XidAware
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.