| Package | Description |
|---|---|
| bitronix.tm.recovery |
Recovery logic.
|
| bitronix.tm.resource |
Transaction Manager's resource management services.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IncrementalRecoverer.recover(XAResourceProducer xaResourceProducer)
Run incremental recovery on the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
static XAResourceProducer |
ResourceRegistrar.get(java.lang.String uniqueName)
Get a registered
XAResourceProducer. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,XAResourceProducer> |
ResourceLoader.getResources()
Get a Map with the configured uniqueName as key and
XAResourceProducer as value. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceRegistrar.register(XAResourceProducer producer)
Register a
XAResourceProducer. |
static void |
ResourceRegistrar.unregister(XAResourceProducer producer)
Unregister a previously registered
XAResourceProducer. |
| Constructor and Description |
|---|
XAPool(XAResourceProducer xaResourceProducer,
ResourceBean bean) |
XAPool(XAResourceProducer xaResourceProducer,
ResourceBean bean,
java.lang.Object[] factoryConstructorArgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheXAResourceProducer
EHCache implementation of BTM's XAResourceProducer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoolingDataSource
Implementation of a JDBC
DataSource wrapping vendor's XADataSource implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolingConnectionFactory
Implementation of a JMS
ConnectionFactory wrapping vendor's XAConnectionFactory implementation. |
Copyright © 2006-2021 Bitronix Software. All Rights Reserved.