@Beta public interface EndpointMXBean extends BaseMXBean
MessageStatisticsMXBean
Modifier and Type | Method and Description |
---|---|
String |
getEndpointClassName()
Get the class name of the endpoint.
|
String |
getEndpointPath()
Get the path the endpoint is registered on.
|
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.
|
List<SessionMXBean> |
getSessionMXBeans()
Get list of MXBeans representing currently open sessions.
|
getBinaryMessageStatisticsMXBean, getControlMessageStatisticsMXBean, getErrorCounts, getTextMessageStatisticsMXBean
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecond
String getEndpointPath()
String getEndpointClassName()
int getOpenSessionsCount()
int getMaximalOpenSessionsCount()
List<SessionMXBean> getSessionMXBeans()
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.