Class RecoveryXAResource

java.lang.Object
africa.absa.inception.jta.agroal.RecoveryXAResource
All Implemented Interfaces:
AutoCloseable, XAResource

public class RecoveryXAResource extends Object implements AutoCloseable, XAResource
The RecoveryXAResource class provides a closeable wrapper around the XAResource associated with an XAConnection that keeps track of the lifecycle of the XAResource and closes the connection when required.
Author:
Marcus Portmann