Uses of Package
org.jboss.cache.transaction

Packages that use org.jboss.cache.transaction
org.jboss.cache   
org.jboss.cache.commands   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.commands.remote   
org.jboss.cache.commands.tx   
org.jboss.cache.commands.write   
org.jboss.cache.factories.context   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.lock   
org.jboss.cache.mvcc   
org.jboss.cache.statetransfer   
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.
TransactionContext
          Captures information pertaining to a specific JTA transaction.
TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.commands
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.commands.legacy.write
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.commands.remote
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.commands.tx
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
 

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

Classes in org.jboss.cache.transaction used by org.jboss.cache.factories.context
TransactionContext
          Captures information pertaining to a specific JTA transaction.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.interceptors
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
TransactionContext
          Captures information pertaining to a specific JTA transaction.
TransactionLog
          Logs transactions and writes for Non-Blocking State Transfer
TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.invocation
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
TransactionContext
          Captures information pertaining to a specific JTA transaction.
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.
TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 

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

Classes in org.jboss.cache.transaction used by org.jboss.cache.statetransfer
TransactionLog
          Logs transactions and writes for Non-Blocking State Transfer
 

Classes in org.jboss.cache.transaction used by org.jboss.cache.transaction
AbstractTransactionContext
          An abstract transaction context
BatchModeTransactionManager
          Not really a transaction manager in the truest sense of the word.
DummyBaseTransactionManager
           
DummyTransaction
           
DummyTransactionManager
          Simple transaction manager implementation that maintains transaction state in memory only.
DummyUserTransaction
           
GlobalTransaction
          Uniquely identifies a transaction that spans all nodes in a cluster.
PessimisticTransactionContext
          Deprecated. will be removed along with optimistic and pessimistic locking.
TransactionContext
          Captures information pertaining to a specific JTA transaction.
TransactionManagerLookup
          Factory interface, allows Cache to use different transactional systems.
 



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