org.objectweb.jotm.TransactionImpl TransactionImpl is the implementation of the Transaction interface, defined in JTA specifications. This object is intended to be used by the EJBServer for transaction management. It is used indirectly by the UserTransaction implementation too, i.e. the Current object. The goal is to use the JTA in ...
org.jboss.test.cache.test.standAloneAop.LocalConcurrentTestCase Local mode stress test for TreeCacheAop. Test getObject, putObject and removeObject under load and concurrency. @version $Revision: 1.1 $ @author<a HREF="mailto:bwang@jboss.org">Ben Wang</a> December 2004
BasicExample a basic example of transaction. @author Christophe Ney - cney@batisseurs.com
org.springframework.transaction.jta.UserTransactionAdapter Adapter for a JTA UserTransaction handle, taking a JTA TransactionManager reference and creating a JTA UserTransaction handle for it. <p>The JTA UserTransaction interface is an exact subset of the JTA TransactionManager interface. Unfortunately, it does not serve as super-interface of Trans ...