Uses of Class
bitronix.tm.resource.common.AbstractXAStatefulHolder

Packages that use AbstractXAStatefulHolder
bitronix.tm.resource.common Resource management code common across all resource types. 
bitronix.tm.resource.ehcache Ehcache specific resource management code. 
bitronix.tm.resource.jdbc JDBC specific resource management code. 
bitronix.tm.resource.jms Synchronous JMS specific resource management code. 
 

Uses of AbstractXAStatefulHolder in bitronix.tm.resource.common
 

Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.common
 class AbstractXAResourceHolder
          Implementation of all services required by a XAResourceHolder.
 class RecoveryXAResourceHolder
          XAResourceHolder created by an XAResourceProducer that is used to perform recovery.
 

Uses of AbstractXAStatefulHolder in bitronix.tm.resource.ehcache
 

Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.ehcache
 class EhCacheXAResourceHolder
          EHCache implementation of BTM's XAResourceHolder.
 

Uses of AbstractXAStatefulHolder in bitronix.tm.resource.jdbc
 

Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.jdbc
 class JdbcPooledConnection
          Implementation of a JDBC pooled connection wrapping vendor's XAConnection implementation.
 

Uses of AbstractXAStatefulHolder in bitronix.tm.resource.jms
 

Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.jms
 class DualSessionWrapper
          JMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.
 class JmsPooledConnection
          Implementation of a JMS pooled connection wrapping vendor's XAConnection implementation.
 



Copyright © 2006-2011 Bitronix Software. All Rights Reserved.