| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
AbstractXAResourceHolder
Implementation of all services required by a
XAResourceHolder. |
class |
RecoveryXAResourceHolder
XAResourceHolder created by an XAResourceProducer that is
used to perform recovery. |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheXAResourceHolder
Ehcache implementation of BTM's XAResourceHolder.
|
| 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.
|
class |
JmsPooledConnection
Implementation of a JMS pooled connection wrapping vendor's
XAConnection implementation. |
Copyright © 2006-2021 Bitronix Software. All Rights Reserved.