| Package | Description |
|---|---|
| bitronix.tm.internal |
Internal implementation details.
|
| 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.
|
| Constructor and Description |
|---|
XAResourceHolderState(XAResourceHolder resourceHolder,
ResourceBean bean) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBean |
RecoveryXAResourceHolder.getResourceBean() |
ResourceBean |
XAResourceHolder.getResourceBean()
Get the ResourceBean which created this XAResourceHolder.
|
| Modifier and Type | Method and Description |
|---|---|
XAStatefulHolder |
XAResourceProducer.createPooledConnection(java.lang.Object xaFactory,
ResourceBean bean)
Create a
XAStatefulHolder that will be placed in an XAPool. |
static void |
TransactionContextHelper.requeue(XAStatefulHolder xaStatefulHolder,
ResourceBean bean)
Switch the
XAStatefulHolder's state appropriately after the acquired resource handle has been closed. |
| Constructor and Description |
|---|
XAPool(XAResourceProducer xaResourceProducer,
ResourceBean bean) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheXAResourceProducer
EHCache implementation of BTM's XAResourceProducer.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceBean |
EhCacheXAResourceHolder.getResourceBean()
Get the ResourceBean which created this XAResourceHolder.
|
| Modifier and Type | Method and Description |
|---|---|
XAStatefulHolder |
EhCacheXAResourceProducer.createPooledConnection(java.lang.Object xaFactory,
ResourceBean bean)
Create a
XAStatefulHolder that will be placed in an XAPool. |
| Constructor and Description |
|---|
EhCacheXAResourceHolder(javax.transaction.xa.XAResource resource,
ResourceBean bean)
Create a new EhCacheXAResourceHolder for a particular XAResource
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoolingDataSource
Implementation of a JDBC
DataSource wrapping vendor's XADataSource implementation. |
| Modifier and Type | Method and Description |
|---|---|
ResourceBean |
JdbcPooledConnection.getResourceBean() |
| Modifier and Type | Method and Description |
|---|---|
XAStatefulHolder |
PoolingDataSource.createPooledConnection(java.lang.Object xaFactory,
ResourceBean bean) |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolingConnectionFactory
Implementation of a JMS
ConnectionFactory wrapping vendor's XAConnectionFactory implementation. |
| Modifier and Type | Method and Description |
|---|---|
ResourceBean |
DualSessionWrapper.getResourceBean() |
| Modifier and Type | Method and Description |
|---|---|
XAStatefulHolder |
PoolingConnectionFactory.createPooledConnection(java.lang.Object xaFactory,
ResourceBean bean) |
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.