Interface TransactionIntegration.ResourceRecoveryFactory

  • Enclosing interface:
    TransactionIntegration

    public static interface TransactionIntegration.ResourceRecoveryFactory
    This interface is implemented by the connection factory so that it can provide recovery resources to the transaction layer.
    • Method Detail

      • getRecoveryConnection

        XAConnection getRecoveryConnection()
        The transaction layer can call this method to obtain one connection used for recovery of incomplete transactions.