org.springframework.transaction.jta.JtaTransactionManager PlatformTransactionManager implementation for JTA, i.e. J2EE container transactions. Can also work with a locally configured JTA implementation. <p>This transaction manager is appropriate for handling distributed transactions, i.e. transactions that span multiple resources, and for managing ...
org.jboss.cache.tests.transaction.ConcurrentTransactionalTest Unit test for local TreeCache. Use locking and multiple threads to test concurrent access to the tree. @version $Id: ConcurrentTransactionalTest.java,v 1.2 2005/04/05 17:19:44 belaban Exp $
org.jboss.test.cache.stress.EvictionLocalStressTestCase import java.text.DecimalFormat; import java.text.FieldPosition; Local mode stress test for TreeCache. @version $Revision: 1.8 $ @author<a HREF="mailto:bwang@jboss.org">Ben Wang</a> May 20 2003
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 ...