Interface RecoveryResourceListener


  • public interface RecoveryResourceListener
    Interface implemented by the consumers of recoveryResource registry and recoveryresourcelistener.
    Since:
    9.1
    Author:
    Binod PG
    • Method Detail

      • getXAResources

        XAResource[] getXAResources()
        Return the XAResource objects for recovery processing.
      • recoveryStarted

        void recoveryStarted()
        Indicate to the listener that recovery started.
      • recoveryCompleted

        void recoveryCompleted()
        Indicate to the listener that recovery is over.