Uses of Interface
bitronix.tm.resource.common.XAResourceProducer
Packages that use XAResourceProducer
Package
Description
Recovery logic.
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 XAResourceProducer in bitronix.tm.recovery
Methods in bitronix.tm.recovery with parameters of type XAResourceProducerModifier and TypeMethodDescriptionstatic voidIncrementalRecoverer.recover(XAResourceProducer xaResourceProducer) Run incremental recovery on the specified resource. -
Uses of XAResourceProducer in bitronix.tm.resource
Methods in bitronix.tm.resource that return XAResourceProducerMethods in bitronix.tm.resource that return types with arguments of type XAResourceProducerModifier and TypeMethodDescriptionResourceLoader.getResources()Get a Map with the configured uniqueName as key andXAResourceProduceras value.Methods in bitronix.tm.resource with parameters of type XAResourceProducerModifier and TypeMethodDescriptionstatic voidResourceRegistrar.register(XAResourceProducer producer) Register aXAResourceProducer.static voidResourceRegistrar.unregister(XAResourceProducer producer) Unregister a previously registeredXAResourceProducer. -
Uses of XAResourceProducer in bitronix.tm.resource.common
Constructors in bitronix.tm.resource.common with parameters of type XAResourceProducerModifierConstructorDescriptionXAPool(XAResourceProducer xaResourceProducer, ResourceBean bean) XAPool(XAResourceProducer xaResourceProducer, ResourceBean bean, Object[] factoryConstructorArgs) -
Uses of XAResourceProducer in bitronix.tm.resource.ehcache
Classes in bitronix.tm.resource.ehcache that implement XAResourceProducerModifier and TypeClassDescriptionfinal classEHCache implementation of BTM's XAResourceProducer. -
Uses of XAResourceProducer in bitronix.tm.resource.jdbc
Classes in bitronix.tm.resource.jdbc that implement XAResourceProducerModifier and TypeClassDescriptionclassImplementation of a JDBCDataSourcewrapping vendor'sXADataSourceimplementation. -
Uses of XAResourceProducer in bitronix.tm.resource.jms
Classes in bitronix.tm.resource.jms that implement XAResourceProducerModifier and TypeClassDescriptionclassImplementation of a JMSConnectionFactorywrapping vendor'sXAConnectionFactoryimplementation. -
Uses of XAResourceProducer in bitronix.tm.resource.messaging
Classes in bitronix.tm.resource.messaging that implement XAResourceProducerModifier and TypeClassDescriptionclassImplementation of a JMSConnectionFactorywrapping vendor'sXAConnectionFactoryimplementation.