| Package | Description |
|---|---|
| bitronix.tm.resource.common |
Resource management code common across all resource types.
|
| bitronix.tm.resource.jdbc |
JDBC specific resource management code.
|
| bitronix.tm.resource.jms |
Synchronous JMS specific resource management code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XAPool
Generic XA pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXAStatefulHolder.addStateChangeEventListener(StateChangeListener listener) |
void |
XAStatefulHolder.addStateChangeEventListener(StateChangeListener listener)
Register an implementation of
StateChangeListener. |
void |
AbstractXAStatefulHolder.removeStateChangeEventListener(StateChangeListener listener) |
void |
XAStatefulHolder.removeStateChangeEventListener(StateChangeListener listener)
Unregister an implementation of
StateChangeListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcPooledConnection
Implementation of a JDBC pooled connection wrapping vendor's
XAConnection implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
DualSessionWrapper
JMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling
context.
|
Copyright © 2006-2023 Bitronix Software. All Rights Reserved.