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

Packages that use TransactionTable
org.jboss.cache   
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 CacheImpl.getTransactionTable()
          Returns the transaction table.
 TransactionTable CacheSPI.getTransactionTable()
          Retrieves the current TransactionTable instance associated with the current Cache instance.
 

Uses of TransactionTable in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as TransactionTable
protected  TransactionTable ActivationInterceptor.tx_table
           
protected  TransactionTable CacheStoreInterceptor.tx_table
           
protected  TransactionTable InvalidationInterceptor.txTable
           
protected  TransactionTable OptimisticInterceptor.txTable
           
protected  TransactionTable BaseTransactionalContextInterceptor.txTable
           
 

Methods in org.jboss.cache.interceptors with parameters of type TransactionTable
 void PessimisticLockInterceptor.injectDependencies(Configuration configuration, CacheImpl cacheImpl, TransactionTable txTable)
           
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration)
           
 

Uses of TransactionTable in org.jboss.cache.invocation
 

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

Uses of TransactionTable in org.jboss.cache.lock
 

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



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