Uses of Class
org.jboss.cache.transaction.TransactionTable

Packages that use TransactionTable
org.jboss.cache   
org.jboss.cache.commands   
org.jboss.cache.commands.remote   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.lock   
 

Uses of TransactionTable in org.jboss.cache
 

Methods in org.jboss.cache that return TransactionTable
 TransactionTable CacheSPI.getTransactionTable()
          Retrieves the current TransactionTable instance associated with the current Cache instance.
 

Methods in org.jboss.cache with parameters of type TransactionTable
 void RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener, Configuration configuration, Notifier notifier, CacheSPI spi, Marshaller marshaller, TransactionTable txTable, TransactionManager txManager, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of TransactionTable in org.jboss.cache.commands
 

Fields in org.jboss.cache.commands declared as TransactionTable
protected  TransactionTable CommandsFactoryImpl.transactionTable
           
 

Methods in org.jboss.cache.commands with parameters of type TransactionTable
 void CommandsFactoryImpl.initialize(RPCManager rpc, DataContainer dataContainer, Notifier notifier, BuddyManager buddyManager, InterceptorChain invoker, TransactionTable transactionTable, CacheSPI cacheSpi, Configuration configuration, TransactionManager txManager, BuddyFqnTransformer buddyFqnTransformer)
           
 

Uses of TransactionTable in org.jboss.cache.commands.remote
 

Methods in org.jboss.cache.commands.remote with parameters of type TransactionTable
 void DataGravitationCleanupCommand.initialize(BuddyManager buddyManager, InterceptorChain invoker, TransactionTable transactionTable, CommandsFactory commandsFactory, DataContainer dataContainer, BuddyFqnTransformer buddyFqnTransformer)
           
 

Uses of TransactionTable in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as TransactionTable
protected  TransactionTable CacheLoaderInterceptor.txTable
           
protected  TransactionTable LegacyCacheLoaderInterceptor.txTable
          Deprecated.  
protected  TransactionTable OptimisticInterceptor.txTable
          Deprecated.  
protected  TransactionTable BaseRpcInterceptor.txTable
           
protected  TransactionTable BaseTransactionalContextInterceptor.txTable
           
 

Methods in org.jboss.cache.interceptors with parameters of type TransactionTable
 void BaseRpcInterceptor.injectComponents(RPCManager rpcManager, BuddyManager buddyManager, ReplicationQueue replicationQueue, TransactionTable txTable, CommandsFactory commandsFactory)
           
protected  void LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
          Deprecated.  
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, Notifier notifier, MVCCNodeHelper helper)
           
 

Uses of TransactionTable in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return TransactionTable
 TransactionTable CacheInvocationDelegate.getTransactionTable()
           
 

Methods in org.jboss.cache.invocation with parameters of type TransactionTable
 void CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager, CacheLoaderManager cacheLoaderManager, Notifier notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainer dataContainer, MVCCNodeHelper mvccHelper, BatchContainer batchContainer)
           
 

Uses of TransactionTable in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with parameters of type TransactionTable
static boolean LockUtil.breakTransactionLock(Fqn fqn, LockManager lockManager, GlobalTransaction gtx, boolean localTx, TransactionTable tx_table, TransactionManager tm)
           
 



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