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

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

Uses of RecoveryManager in org.infinispan
 

Methods in org.infinispan with parameters of type RecoveryManager
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator)
           
 

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.recovery
 

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

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

Uses of RecoveryManager in org.infinispan.commands.tx
 

Fields in org.infinispan.commands.tx declared as RecoveryManager
protected  RecoveryManager PrepareCommand.recoveryManager
           
 

Methods in org.infinispan.commands.tx with parameters of type RecoveryManager
 void PrepareCommand.initialize(CacheNotifier notifier, RecoveryManager recoveryManager)
           
 

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, 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 RecoveryAdminOperations.init(RecoveryManager recoveryManager)
           
 void RecoveryAwareTransactionTable.initialize(RecoveryManager recoveryManager)
           
 


-->

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