Package org.jboss.cache.transaction

Interface Summary
TransactionManagerLookup Factory interface, allows Cache to use different transactional systems.
 

Class Summary
BatchModeTransactionManager Not really a transaction manager in the truest sense of the word.
BatchModeTransactionManagerLookup Returns an instance of BatchModeTransactionManager.
DummyBaseTransactionManager  
DummyContext  
DummyContextFactory  
DummyTransaction  
DummyTransactionManager Simple transaction manager implementation that maintains transaction state in memory only.
DummyTransactionManagerLookup Returns an instance of DummyTransactionManager.
DummyUserTransaction  
GenericTransactionManagerLookup A transaction manager lookup class that attempts to locate a TransactionManager.
GlobalTransaction Uniquely identifies a transaction that spans all nodes in a cluster.
JBossStandaloneJTAManagerLookup JTA standalone TM lookup.
JBossTransactionManagerLookup Uses JNDI to look-up the TransactionManager instance from "java:/TransactionManager".
OptimisticTransactionEntry Subclasses the TransactionEntry class to add a TransactionWorkspace.
TransactionEntry Information associated with a GlobalTransaction about the transaction state.
TransactionTable Maintains the mapping between a local Transaction and a GlobalTransaction.
 



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