See: Description
| Class | Description |
|---|---|
| LrcConnectionHandle |
Connection handle implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.
|
| LrcXAConnection |
XAConnection implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.
|
| LrcXADataSource |
XADataSource implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.
|
| LrcXAResource |
XAResource implementation for a non-XA JDBC connection emulating XA with Last Resource Commit.
|
XADataSource emulator using Last Resource Commit on an underlying non-XA DataSource. 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 datasource 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.