Uses of Package
org.jboss.cache.transaction

Packages that use org.jboss.cache.transaction
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.lock   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.transaction used by org.jboss.cache
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
TransactionManagerLookup
          Factory interface, allows Cache to use different transactional systems.
TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.interceptors
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.lock
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.transaction
BatchModeTransactionManager
          Not really a transaction manager in the truest sense of the word.
DummyBaseTransactionManager
           
DummyTransactionManager
          Simple transaction manager implementation that maintains transaction state in memory only.
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
TransactionEntry
          Information associated with a GlobalTransaction about the transaction state.
TransactionManagerLookup
          Factory interface, allows Cache to use different transactional systems.