Uses of Class
bitronix.tm.resource.common.ResourceBean
Packages that use ResourceBean
Package
Description
Internal implementation details.
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 ResourceBean in bitronix.tm.internal
Constructors in bitronix.tm.internal with parameters of type ResourceBeanModifierConstructorDescriptionXAResourceHolderState(XAResourceHolder resourceHolder, ResourceBean bean) -
Uses of ResourceBean in bitronix.tm.resource.common
Methods in bitronix.tm.resource.common that return ResourceBeanModifier and TypeMethodDescriptionRecoveryXAResourceHolder.getResourceBean()XAResourceHolder.getResourceBean()Get the ResourceBean which created this XAResourceHolder.Methods in bitronix.tm.resource.common with parameters of type ResourceBeanModifier and TypeMethodDescriptionXAResourceProducer.createPooledConnection(Object xaFactory, ResourceBean bean) Create aXAStatefulHolderthat will be placed in anXAPool.static voidTransactionContextHelper.requeue(XAStatefulHolder xaStatefulHolder, ResourceBean bean) Switch theXAStatefulHolder's state appropriately after the acquired resource handle has been closed.Constructors in bitronix.tm.resource.common with parameters of type ResourceBeanModifierConstructorDescriptionXAPool(XAResourceProducer xaResourceProducer, ResourceBean bean) XAPool(XAResourceProducer xaResourceProducer, ResourceBean bean, Object[] factoryConstructorArgs) -
Uses of ResourceBean in bitronix.tm.resource.ehcache
Subclasses of ResourceBean in bitronix.tm.resource.ehcacheModifier and TypeClassDescriptionfinal classEHCache implementation of BTM's XAResourceProducer.Methods in bitronix.tm.resource.ehcache that return ResourceBeanModifier and TypeMethodDescriptionEhCacheXAResourceHolder.getResourceBean()Get the ResourceBean which created this XAResourceHolder.Methods in bitronix.tm.resource.ehcache with parameters of type ResourceBeanModifier and TypeMethodDescriptionEhCacheXAResourceProducer.createPooledConnection(Object xaFactory, ResourceBean bean) Create aXAStatefulHolderthat will be placed in anXAPool.Constructors in bitronix.tm.resource.ehcache with parameters of type ResourceBeanModifierConstructorDescriptionEhCacheXAResourceHolder(XAResource resource, ResourceBean bean) Create a new EhCacheXAResourceHolder for a particular XAResource -
Uses of ResourceBean in bitronix.tm.resource.jdbc
Subclasses of ResourceBean in bitronix.tm.resource.jdbcModifier and TypeClassDescriptionclassImplementation of a JDBCDataSourcewrapping vendor'sXADataSourceimplementation.Methods in bitronix.tm.resource.jdbc that return ResourceBeanMethods in bitronix.tm.resource.jdbc with parameters of type ResourceBeanModifier and TypeMethodDescriptionPoolingDataSource.createPooledConnection(Object xaFactory, ResourceBean bean) -
Uses of ResourceBean in bitronix.tm.resource.jms
Subclasses of ResourceBean in bitronix.tm.resource.jmsModifier and TypeClassDescriptionclassImplementation of a JMSConnectionFactorywrapping vendor'sXAConnectionFactoryimplementation.Methods in bitronix.tm.resource.jms that return ResourceBeanMethods in bitronix.tm.resource.jms with parameters of type ResourceBeanModifier and TypeMethodDescriptionPoolingConnectionFactory.createPooledConnection(Object xaFactory, ResourceBean bean) -
Uses of ResourceBean in bitronix.tm.resource.messaging
Subclasses of ResourceBean in bitronix.tm.resource.messagingModifier and TypeClassDescriptionclassImplementation of a JMSConnectionFactorywrapping vendor'sXAConnectionFactoryimplementation.Methods in bitronix.tm.resource.messaging that return ResourceBeanMethods in bitronix.tm.resource.messaging with parameters of type ResourceBeanModifier and TypeMethodDescriptionPoolingConnectionFactory.createPooledConnection(Object xaFactory, ResourceBean bean)