See: Description
| Class | Description |
|---|---|
| LrcXAConnection |
XAConnection implementation for a non-XA JMS resource emulating XA with Last Resource Commit.
|
| LrcXAConnectionFactory |
XAConnectionFactory implementation for a non-XA JMS resource emulating XA with Last Resource Commit.
|
| LrcXAResource |
XAResource implementation for a non-XA JMS connection emulating XA with Last Resource Commit.
|
| LrcXASession |
XASession implementation for a non-XA JMS resource emulating XA with Last Resource Commit.
|
XAConnectionFactory emulator using Last Resource Commit on an underlying non-XA ConnectionFactory. Note that if you use the classes of this package you have accepted the heuristic hazard. A crash during commit of a connection returned by this connection factory could lead to an inconsistent global state. This is a limitation of the Last Resource Commit technique, not of BTM.
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.