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

Packages that use AbstractXAResourceHolder
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 AbstractXAResourceHolder in bitronix.tm.resource.common
 

Subclasses of AbstractXAResourceHolder in bitronix.tm.resource.common
 class RecoveryXAResourceHolder
          XAResourceHolder created by an XAResourceProducer that is used to perform recovery.
 

Uses of AbstractXAResourceHolder in bitronix.tm.resource.ehcache
 

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

Uses of AbstractXAResourceHolder in bitronix.tm.resource.jdbc
 

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

Uses of AbstractXAResourceHolder in bitronix.tm.resource.jms
 

Subclasses of AbstractXAResourceHolder 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.
 



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