@Beta public interface ApplicationMXBean extends MessageStatisticsMXBean
MessageStatisticsMXBean| Modifier and Type | Method and Description |
|---|---|
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 since the start of monitoring.
|
int |
getOpenSessionsCount()
Get number of currently open sessions.
|
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecondList<EndpointClassNamePathPair> getEndpoints()
List<String> getEndpointPaths()
int getOpenSessionsCount()
int getMaximalOpenSessionsCount()
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.