org.apache.geronimo.transaction.manager.RecoveryTest This is just a unit test for recovery, depending on proper behavior of the log(s) it uses. @version $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
org.apache.slide.common.AbstractService Slide Service abstract implementation with support for multiple simultaneous transaction context. @version $Revision: 1.9 $
org.exolab.jms.messagemgr.ResourceManager The resource manager provides XA support for the JMS Server. <p> The resource manager is responsible for managing the various transaction identifiers and managing the association between transaction ids and connections. <p> The resource manager will store the global XID's and their sta ...
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.exolab.jms.server.net.RemoteServerSession Implementation of the {@link ServerSession} interface which wraps an {@link ServerSession} to make it remotable. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.2 $ $Date: 2005/06/13 23:05:45 $
org.objectweb.speedo.jca.XAContext It represents a XA context. An XAContext is linked to a XA transaction represented by a XID. In a transaction the same ProxyManager is used. @author S.Chassande-Barrioz