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.exolab.jms.server.JmsServerSession A session represents a server side endpoint to the JMSServer. A client can create producers, consumers and destinations through the session in addi- tion to other functions. A session has a unique identifer which is a comb- ination of clientId-connectionId-sessionId. <p/> A session represent ...
org.jboss.mq.SpyXAResourceManager This class implements the ResourceManager used for the XAResources used int JBossMQ. @author Hiram Chirino (Cojonudo14@hotmail.com) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.15.6.1 $
org.apache.geronimo.connector.outbound.transactionlog.LogXAResource Works with JDBCLog to provide last resource optimization for a single 1-pc database. The database work is committed when the log writes its prepare record, not here. @version $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
org.apache.slide.store.txfile.TxXMLFileDescriptorsStore Transactional descriptors file store. Represents descriptor data as XML using {@link XMLResourceDescriptor}. <br><br> <em>Note</em>: To achieve search performance on properties comparable to a RDBMS some sort of index will be needed. @see XMLResourceDescriptor
org.apache.slide.store.impl.rdbms.AbstractRDBMSStore J2EE store implementation - implements the shared parts of the two (content, descriptors) J2EE stores for the new Indexed DB Schema. @version $Revision: 1.10.2.3 $
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.jboss.tm.JBossXAException Thrown to indicate a problem with a xaresource related operation. <p> Properly displays linked exception (ie. nested exception) when printing the stack trace. @version <tt>$Revision: 1.6.6.1 $</tt> @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a>
org.apache.jetspeed.services.cms.repository.slide.JetspeedSecurityDescriptorsStore Jetspeed security compliant store implementation. This Slide store is using only to retrieve jetspeed user/group info. It is not used to update a jetspeed user/group. You have to use the Jetspeed application for doing that TODO : + This class has to be review. Check if it possible to be more "T ...
org.jboss.tm.TransactionManagerService This is a JMX service which manages the TransactionManager. The service creates it and binds a Reference to it into JNDI. @see TxManager @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @author < ...