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 Summary

    Modifier and Type
    Method
    Description
    The transaction layer can call this method to obtain one connection used for recovery of incomplete transactions.
  • Method Details

    • getRecoveryConnection

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