KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > TransactionManager > Top Examples

  • org.springframework.orm.hibernate3.HibernateJtaTransactionTests
    @author Juergen Hoeller @since 05.03.2005
  • org.springframework.orm.hibernate3.support.LobTypeTests
    @author Juergen Hoeller @since 05.03.2005
  • org.springframework.transaction.JtaTransactionManagerTests
    @author Juergen Hoeller @since 12.05.2003
  • 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.aspects.tx.TxInterceptor
    This interceptor handles transactions for AOP @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks</a> @version $Revision: 1.4.2.3 $
  • org.jboss.ejb3.test.initial.TxTester
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.3.2.3 $
  • org.jboss.ejb.EnterpriseContext
    The EnterpriseContext is used to associate EJB instances with metadata about it. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Ă–berg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author <a HREF="mailto:sebastien.alborini@m4x.org">S ...
  • org.jboss.resource.connectionmanager.TxConnectionManager
    The LocalTxConnectionManager is a JBoss ConnectionManager implementation for jca adapters implementing LocalTransaction support. It implements a ConnectionEventListener that implements XAResource to manage transactions through the Transaction Manager. To assure that all work in a local transaction ...
  • org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand
    JDBCStartCommand creates the table if specified in xml. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:marc.fleury@telkel.com">Marc Fleury</a> @author &l ...
  • org.jboss.tm.iiop.TxServerClientInterceptor
    This implementation of <code>org.omg.PortableInterceptor.ClientRequestInterceptor</code> inserts the transactional context into outgoing requests from JBoss's transaction manager. @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.2.4.1 $
  • 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 ...
  • org.jboss.resource.connectionmanager.JBossManagedConnectionPool
    The JBossManagedConnectionPool mbean configures and supplies pooling of JBossConnectionEventListeners to the BaseConnectionManager2 mbean.<p> It may be replaced by any mbean with a readable ManagedConnectionPool attribute of type ManagedConnectionPool. Normal pooling parameters are supplie ...
  • org.jboss.test.jca.test.PoolingUnitTestCase
    Unit Tests for pooling strategies @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.3.2.1 $
  • org.exolab.jms.persistence.DatabaseService
    The DatabaseService is used for managing the persistence aspect of this project. @version $Revision: 1.1 $ $Date: 2004/11/26 01:50:44 $ @author <a HREF="mailto:jima@intalio.com">Jim Alateras</a>
Popular Tags