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

Packages that use TransactionTable
org.jboss.cache   
org.jboss.cache.interceptors   
 

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()
           
 

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 BaseTransactionalContextInterceptor.txTable
           
protected  TransactionTable InvalidationInterceptor.txTable
           
protected  TransactionTable OptimisticInterceptor.txTable