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

Packages that use org.infinispan.transaction.xa.recovery
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote.recovery   
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.transaction.xa.recovery   
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan
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
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.recovery
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.tx
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
InDoubtTxInfoImpl
           
RecoverableTransactionIdentifier
          Interface that adds recovery required information to a GlobalTransaction.
RecoveryAwareDldGlobalTransaction
          DldGlobalTransaction that also holds xid information, required for recovery.
RecoveryAwareGlobalTransaction
          GlobalTransaction that also holds xid information, required for recovery.
RecoveryAwareLocalTransaction
          Extends LocalXaTransaction and adds recovery related information.
RecoveryAwareRemoteTransaction
          Extends RemoteTransaction and adds recovery related information and functionality.
RecoveryAwareTransaction
          Base interface for 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.InDoubtTxInfo
          An object describing in doubt transaction's state.
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.
 

Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.util.logging
RecoveryAwareRemoteTransaction
          Extends RemoteTransaction and adds recovery related information and functionality.
RecoveryAwareTransaction
          Base interface for transactions that are holders of recovery information.
 


-->

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