org.apache.geronimo.transaction.context.InheritableTransactionContext @version $Rev: 155839 $ $Date: 2005-03-01 15:30:08 -0800 (Tue, 01 Mar 2005) $ org.apache.geronimo.transaction.manager.TransactionImpl Basic local transaction with support for multiple resources. @version $Rev: 128441 $ $Date: 2005-01-27 14:56:21 -0800 (Thu, 27 Jan 2005) $ org.jboss.tm.usertx.client.ClientUserTransaction The client-side UserTransaction implementation. This will delegate all UserTransaction calls to the server. <em>Warning:</em> This is only for stand-alone clients that do not have their own transaction service. No local work is done in the context of transactions started here, only wo ...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.apache.geronimo.transaction.context.TransactionContextManager @version $Rev: 156292 $ $Date: 2005-03-05 18:48:02 -0800 (Sat, 05 Mar 2005) $ org.apache.geronimo.transaction.manager.TransactionManagerImpl Simple implementation of a transaction manager. @version $Rev: 156292 $ $Date: 2005-03-05 18:48:02 -0800 (Sat, 05 Mar 2005) $ org.objectweb.jotm.Current <code>Current</code> is the common implementation for both <code>UserTransaction</code> and <code>TransactionManager</code>. <ul> <li><code>UserTransaction</code> is used by clients that want to demarcate transactions themselves. It is re ...org.hibernate.transaction.WebSphereExtendedJTATransactionLookup Support for proprietary interfaces for registering synchronizations in WebSphere 6. @author Gavin King 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.apache.geronimo.transaction.context.OnlineUserTransaction
org.objectweb.jotm.TransactionRecoveryImpl @author Tony Ortiz org.hibernate.test.tm.DummyTransaction @author Gavin King org.objectweb.jotm.SubCoordinator Log associated to this transaction coordinator org.apache.geronimo.transaction.context.TransactionContext @version $Rev: 155839 $ $Date: 2005-03-01 15:30:08 -0800 (Tue, 01 Mar 2005) $ org.jboss.tm.TransactionImpl Our <code>Transaction</code> implementation. @see TxManager @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:osh@sparre.dk">Ole Husgaard</a&g ...org.jboss.proxy.ejb.ForeignTransaction A ForeignTransaction, a marker for when we would have to import a transaction from another vendor. Which we don't do at the moment. @author <a HREF="adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.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 ...com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction An implementation of a transaction object. @author Michael Rimov org.apache.geronimo.transaction.manager.RecoveryImpl @version $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $ org.objectweb.jonas.resource.RMEImpl This class implements ResourceManagerEvent. An instance of this object is also an event transmited by the Resource adapter manager to the user transaction. This event is linked to a ManagedConnection, more exatcly this implementation is linked to MCInfo instance. @author sebastien.chassande@i ...org.jboss.aspects.tx.TxPolicy TxSupport.java encapsulates the transaction handling possibilities from the ejb spec. The Tx interceptors call the clientInvoke and serverInvoke methods on the subclass determined by the method's transaction support. <p/> <p/> Created: Sun Feb 2 23:25:09 2003 @author <a HREF="mai ...org.jboss.resource.connectionmanager.ConnectionCacheListener ConnectionCacheListener.java Created: Sat Jan 5 19:47:35 2002 @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks</a> @author <a HREF="mailto:E.Guib@ceyoniq.com">Erwin Guib</a> @version org.jboss.cache.aop.TreeCacheAop Implementation of the cache using dyanmic aop interceptors. The basic idea is that the caller only uses the {@link #putObject(String,Object)}, {@link #getObject(String)} and {@link #removeObject(String)} methods.<br> When putting an object into the cache, the cache essentially takes care of ... | Popular Tags |