@Beta public interface BaseMXBean extends MessageStatisticsMXBean
Modifier and Type | Method and Description |
---|---|
MessageStatisticsMXBean |
getBinaryMessageStatisticsMXBean()
Get an MXBean containing statistics about binary messages.
|
MessageStatisticsMXBean |
getControlMessageStatisticsMXBean()
Get an MXBean containing statistics about control messages.
|
List<ErrorCount> |
getErrorCounts()
Get list of Throwable class name - count pairs, which represent errors and number of times they have occurred.
|
MessageStatisticsMXBean |
getTextMessageStatisticsMXBean()
Get an MXBean containing statistics about text messages.
|
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecond
List<ErrorCount> getErrorCounts()
MessageStatisticsMXBean getTextMessageStatisticsMXBean()
MessageStatisticsMXBean getBinaryMessageStatisticsMXBean()
MessageStatisticsMXBean getControlMessageStatisticsMXBean()
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.