Uses of Interface
bitronix.tm.resource.common.XAResourceHolder
Packages that use XAResourceHolder
Package
Description
Internal implementation details.
Transaction Manager's resource management services.
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 XAResourceHolder in bitronix.tm.internal
Methods in bitronix.tm.internal that return XAResourceHolderConstructors in bitronix.tm.internal with parameters of type XAResourceHolderModifierConstructorDescriptionXAResourceHolderState(XAResourceHolder resourceHolder, ResourceBean bean) -
Uses of XAResourceHolder in bitronix.tm.resource
Methods in bitronix.tm.resource that return XAResourceHolderModifier and TypeMethodDescriptionstatic XAResourceHolderResourceRegistrar.findXAResourceHolder(XAResource xaResource) Find in the registeredXAResourceProducers theXAResourceHolderfrom which the specifiedXAResourcecomes from. -
Uses of XAResourceHolder in bitronix.tm.resource.common
Classes in bitronix.tm.resource.common that implement XAResourceHolderModifier and TypeClassDescriptionclassImplementation of all services required by aXAResourceHolder.classXAResourceHoldercreated by anXAResourceProducerthat is used to perform recovery.Methods in bitronix.tm.resource.common that return XAResourceHolderModifier and TypeMethodDescriptionXAPool.findXAResourceHolder(XAResource xaResource) XAResourceProducer.findXAResourceHolder(XAResource xaResource) Find in theXAResourceHolders created by thisXAResourceProducerthe one which thisXAResourcebelongs to.Methods in bitronix.tm.resource.common that return types with arguments of type XAResourceHolderModifier and TypeMethodDescriptionRecoveryXAResourceHolder.getXAResourceHolders()XAStatefulHolder.getXAResourceHolders()Get the list ofXAResourceHolders created by thisXAStatefulHolderthat are still open.Methods in bitronix.tm.resource.common with parameters of type XAResourceHolderModifier and TypeMethodDescriptionstatic voidTransactionContextHelper.delistFromCurrentTransaction(XAResourceHolder xaResourceHolder) Delist theXAResourceHolderfrom the current transaction or do nothing if there is no global transaction context for this thread.static voidTransactionContextHelper.enlistInCurrentTransaction(XAResourceHolder xaResourceHolder) Enlist theXAResourceHolderin the current transaction or do nothing if there is no global transaction context for this thread.booleanAbstractXAResourceHolder.hasStateForXAResource(XAResourceHolder xaResourceHolder) booleanXAResourceHolder.hasStateForXAResource(XAResourceHolder xaResourceHolder) Check if thisXAResourceHoldercontains a state for a specificXAResourceHolder.Constructors in bitronix.tm.resource.common with parameters of type XAResourceHolder -
Uses of XAResourceHolder in bitronix.tm.resource.ehcache
Classes in bitronix.tm.resource.ehcache that implement XAResourceHolderModifier and TypeClassDescriptionclassEhcache implementation of BTM's XAResourceHolder.Methods in bitronix.tm.resource.ehcache that return XAResourceHolderModifier and TypeMethodDescriptionEhCacheXAResourceProducer.findXAResourceHolder(XAResource xaResource) Find in theXAResourceHolders created by thisXAResourceProducerthe one which thisXAResourcebelongs to.Methods in bitronix.tm.resource.ehcache that return types with arguments of type XAResourceHolderModifier and TypeMethodDescriptionEhCacheXAResourceHolder.getXAResourceHolders()Get the list ofXAResourceHolders created by thisXAStatefulHolderthat are still open. -
Uses of XAResourceHolder in bitronix.tm.resource.jdbc
Classes in bitronix.tm.resource.jdbc that implement XAResourceHolderModifier and TypeClassDescriptionclassImplementation of a JDBC pooled connection wrapping vendor'sXAConnectionimplementation.Methods in bitronix.tm.resource.jdbc that return XAResourceHolderMethods in bitronix.tm.resource.jdbc that return types with arguments of type XAResourceHolder -
Uses of XAResourceHolder in bitronix.tm.resource.jms
Classes in bitronix.tm.resource.jms that implement XAResourceHolderModifier and TypeClassDescriptionclassJMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.Methods in bitronix.tm.resource.jms that return XAResourceHolderModifier and TypeMethodDescriptionPoolingConnectionFactory.findXAResourceHolder(XAResource xaResource) Methods in bitronix.tm.resource.jms that return types with arguments of type XAResourceHolderModifier and TypeMethodDescriptionDualSessionWrapper.getXAResourceHolders()JmsPooledConnection.getXAResourceHolders() -
Uses of XAResourceHolder in bitronix.tm.resource.messaging
Classes in bitronix.tm.resource.messaging that implement XAResourceHolderModifier and TypeClassDescriptionclassJMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.Methods in bitronix.tm.resource.messaging that return XAResourceHolderModifier and TypeMethodDescriptionPoolingConnectionFactory.findXAResourceHolder(XAResource xaResource) Methods in bitronix.tm.resource.messaging that return types with arguments of type XAResourceHolderModifier and TypeMethodDescriptionDualSessionWrapper.getXAResourceHolders()MessagingPooledConnection.getXAResourceHolders()