Uses of Class
bitronix.tm.resource.common.AbstractXAStatefulHolder
Packages that use AbstractXAStatefulHolder
Package
Description
Resource management code common across all resource types.
Ehcache specific resource management code.
JDBC specific resource management code.
Synchronous JMS specific resource management code.
Synchronous Jakarta Messaging specific resource management code.
-
Uses of AbstractXAStatefulHolder in bitronix.tm.resource.common
Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.commonModifier and TypeClassDescriptionclassImplementation of all services required by aXAResourceHolder.classXAResourceHoldercreated by anXAResourceProducerthat is used to perform recovery. -
Uses of AbstractXAStatefulHolder in bitronix.tm.resource.ehcache
Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.ehcacheModifier and TypeClassDescriptionclassEhcache implementation of BTM's XAResourceHolder. -
Uses of AbstractXAStatefulHolder in bitronix.tm.resource.jdbc
Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.jdbcModifier and TypeClassDescriptionclassImplementation of a JDBC pooled connection wrapping vendor'sXAConnectionimplementation. -
Uses of AbstractXAStatefulHolder in bitronix.tm.resource.jms
Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.jmsModifier and TypeClassDescriptionclassJMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.classImplementation of a JMS pooled connection wrapping vendor'sXAConnectionimplementation. -
Uses of AbstractXAStatefulHolder in bitronix.tm.resource.messaging
Subclasses of AbstractXAStatefulHolder in bitronix.tm.resource.messagingModifier and TypeClassDescriptionclassJMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.classImplementation of a JMS pooled connection wrapping vendor'sXAConnectionimplementation.