| 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 void |
ResourceRegistrar.register(XAResourceProducer producer)
Register a
XAResourceProducer. |
| Modifier and Type | Method and Description |
|---|---|
void |
XAResourceProducer.endRecovery()
Release internal resources held after call to
startRecovery(). |
XAResourceHolderState |
XAResourceProducer.startRecovery()
Prepare the recoverable
XAResource producer for recovery. |
| Modifier and Type | Method and Description |
|---|---|
void |
EhCacheXAResourceProducer.endRecovery()
Release internal resources held after call to
startRecovery(). |
XAResourceHolderState |
EhCacheXAResourceProducer.startRecovery()
Prepare the recoverable
XAResource producer for recovery. |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolingDataSource.endRecovery() |
XAResourceHolderState |
PoolingDataSource.startRecovery() |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolingConnectionFactory.endRecovery() |
XAResourceHolderState |
PoolingConnectionFactory.startRecovery() |
Copyright © 2006-2022 Bitronix Software. All Rights Reserved.