Interface LogRecordWrapperMBean

    • Method Detail

      • getStatus

        @MXBeanPropertyDescription("Indication of the status of this transaction participant (prepared, heuristic, etc)")
        java.lang.String getStatus()
        Deprecated.
      • setStatus

        void setStatus​(java.lang.String newState)
        Deprecated.
      • clearHeuristic

        @MXBeanPropertyDescription("Clear any heuristics so that the recovery system will replay the commit")
        java.lang.String clearHeuristic()
        Deprecated.
      • isParticipant

        @MXBeanPropertyDescription("This entry corresponds to a transaction participant")
        boolean isParticipant()
        Deprecated.
      • getHeuristicStatus

        @MXBeanPropertyDescription("If this record represents a heuristic then report the type of the heuristic")
        java.lang.String getHeuristicStatus()
        Deprecated.