Uses of Interface
org.infinispan.transaction.xa.recovery.RecoveryManager

Packages that use RecoveryManager
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   
 

Uses of RecoveryManager in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type RecoveryManager
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache cache, InterceptorChain interceptorChain, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager)
           
 

Uses of RecoveryManager in org.infinispan.commands.remote
 

Fields in org.infinispan.commands.remote declared as RecoveryManager
protected  RecoveryManager RecoveryCommand.recoveryManager
           
 

Methods in org.infinispan.commands.remote with parameters of type RecoveryManager
 void RecoveryCommand.init(RecoveryManager rm)
           
 

Uses of RecoveryManager in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type RecoveryManager
 void TxInterceptor.init(TransactionTable txTable, TransactionLog transactionLog, Configuration c, InvocationContextContainer icc, RecoveryManager rm, TransactionCoordinator txCoordinator)
           
 

Uses of RecoveryManager in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa that return RecoveryManager
 RecoveryManager XaTransactionTable.getRecoveryManager()
           
 

Methods in org.infinispan.transaction.xa with parameters of type RecoveryManager
 void XaTransactionTable.init(RecoveryManager recoveryManager)
           
 void XaTransactionTable.setRecoveryManager(RecoveryManager recoveryManager)
           
 

Constructors in org.infinispan.transaction.xa with parameters of type RecoveryManager
TransactionXaAdapter(LocalXaTransaction localTransaction, TransactionTable txTable, Configuration configuration, InvocationContextContainer icc, RecoveryManager rm, TransactionCoordinator txCoordinator)
           
 

Uses of RecoveryManager in org.infinispan.transaction.xa.recovery
 

Classes in org.infinispan.transaction.xa.recovery that implement RecoveryManager
 class RecoveryManagerImpl
          Default implementation for RecoveryManager
 

Methods in org.infinispan.transaction.xa.recovery with parameters of type RecoveryManager
 void RecoveryAwareTransactionTable.initialize(RecoveryManager recoveryManager)
           
 


-->

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