Package bitronix.tm.resource.jdbc.lrc
package bitronix.tm.resource.jdbc.lrc
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.
-
ClassesClassDescriptionConnection handle implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.XAConnection implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.XADataSource implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.XAResource implementation for a non-XA JDBC connection emulating XA with Last Resource Commit.