@Beta public interface ApplicationMXBean extends BaseMXBean
Modifier and Type | Method and Description |
---|---|
List<EndpointMXBean> |
getEndpointMXBeans()
Get list of MXBeans representing registered endpoints.
|
List<String> |
getEndpointPaths()
Get endpoint paths for currently registered endpoints.
|
List<EndpointClassNamePathPair> |
getEndpoints()
Get endpoint paths and class names for currently registered endpoints.
|
int |
getMaximalOpenSessionsCount()
Get the maximal number of open sessions on the endpoint since the start of monitoring.
|
int |
getOpenSessionsCount()
Get the number of sessions currently open on the endpoint.
|
getBinaryMessageStatisticsMXBean, getControlMessageStatisticsMXBean, getErrorCounts, getTextMessageStatisticsMXBean
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecond
List<EndpointClassNamePathPair> getEndpoints()
List<String> getEndpointPaths()
int getOpenSessionsCount()
int getMaximalOpenSessionsCount()
List<EndpointMXBean> getEndpointMXBeans()
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.