Interface Recovery

  • All Known Implementing Classes:
    RecoveryImpl

    public interface Recovery
    • Method Detail

      • recoverLog

        void recoverLog()
                 throws javax.transaction.xa.XAException
        Throws:
        javax.transaction.xa.XAException
      • recoverResourceManager

        void recoverResourceManager​(NamedXAResource xaResource)
                             throws javax.transaction.xa.XAException
        Throws:
        javax.transaction.xa.XAException
      • hasRecoveryErrors

        boolean hasRecoveryErrors()
      • getRecoveryErrors

        java.util.List getRecoveryErrors()
      • localRecoveryComplete

        boolean localRecoveryComplete()
      • localUnrecoveredCount

        int localUnrecoveredCount()
      • getExternalXids

        java.util.Map<javax.transaction.xa.Xid,​TransactionImpl> getExternalXids()