Interface BaseMXBean

    • Method Detail

      • getErrorCounts

        java.util.List<ErrorCount> getErrorCounts()
        Get list of Throwable class name - count pairs, which represent errors and number of times they have occurred.
        Returns:
        list of Throwable class name - count pairs, which represent errors and number of times they have occurred.
      • getTextMessageStatisticsMXBean

        MessageStatisticsMXBean getTextMessageStatisticsMXBean()
        Get an MXBean containing statistics about text messages.
        Returns:
        an MXBean containing statistics about text messages.
      • getBinaryMessageStatisticsMXBean

        MessageStatisticsMXBean getBinaryMessageStatisticsMXBean()
        Get an MXBean containing statistics about binary messages.
        Returns:
        an MXBean containing statistics about binary messages.
      • getControlMessageStatisticsMXBean

        MessageStatisticsMXBean getControlMessageStatisticsMXBean()
        Get an MXBean containing statistics about control messages.
        Returns:
        an MXBean containing statistics about control messages.