Uses of Class
org.infinispan.transaction.xa.TransactionTable

Packages that use TransactionTable
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa XA transaction support. 
 

Uses of TransactionTable in org.infinispan.commands
 

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

Uses of TransactionTable in org.infinispan.commands.tx
 

Fields in org.infinispan.commands.tx declared as TransactionTable
protected  TransactionTable AbstractTransactionBoundaryCommand.txTable
           
 

Methods in org.infinispan.commands.tx with parameters of type TransactionTable
 void AbstractTransactionBoundaryCommand.init(InterceptorChain chain, InvocationContextContainer icc, TransactionTable txTable)
           
 

Uses of TransactionTable in org.infinispan.context
 

Methods in org.infinispan.context with parameters of type TransactionTable
 void InvocationContextContainerImpl.init(TransactionManager tm, TransactionTable transactionTable)
           
 

Uses of TransactionTable in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type TransactionTable
 void TxInterceptor.init(TransactionManager tm, TransactionTable txTable, TransactionLog transactionLog, Configuration c, CommandsFactory commandsFactory, InvocationContextContainer icc, InterceptorChain invoker)
           
 

Uses of TransactionTable in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type TransactionTable
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, StreamingMarshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, TransactionTable txTable)
           
 

Uses of TransactionTable in org.infinispan.transaction.xa
 

Methods in org.infinispan.transaction.xa with parameters of type TransactionTable
static void TransactionXaAdapter.rollbackImpl(Xid xid, CommandsFactory commandsFactory, InvocationContextContainer icc, InterceptorChain invoker, TransactionTable txTable)
           
 

Constructors in org.infinispan.transaction.xa with parameters of type TransactionTable
TransactionXaAdapter(LocalTransaction localTransaction, TransactionTable txTable, CommandsFactory commandsFactory, Configuration configuration, InterceptorChain invoker, InvocationContextContainer icc)
           
 


Google Analytics

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