@FunctionalInterface
public interface XaTransactionStateCallback
XAResourceWrapper to mark the current logical connection's
PluginService as XA-active (or not) as the transaction branch starts and completes.
Implemented by XAConnectionWrapper, which knows the currently checked-out handle.| Modifier and Type | Method and Description |
|---|---|
void |
setXaTransactionActive(boolean active)
Marks the current connection XA-active or clears it.
|