| Interface | Description |
|---|---|
| XAConnectionWrapper.LogicalConnectionBuilder |
Builds a fresh logical connection (a
ConnectionWrapper with a fresh pipeline). |
| XaTransactionStateCallback |
Callback used by
XAResourceWrapper to mark the current logical connection's
PluginService as XA-active (or not) as the transaction branch starts and completes. |
| Class | Description |
|---|---|
| XAConnectionWrapper |
A
XAConnection that exposes the wrapper's plugin pipeline to the application while
delegating the XA control surface to the target driver's XAConnection. |
| XADataSourceConnectionProvider |
A
ConnectionProvider for the XA datasource path. |
| XAResourceWrapper |
A pass-through
XAResource that delegates every operation to the target driver's
XAResource while tracking the XA-active state of the wrapper's connection. |