@Beta public interface EndpointMXBean extends MessageStatisticsMXBean
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.
|
getAverageReceivedMessageSize, getAverageSentMessageSize, getMaximalReceivedMessageSize, getMaximalSentMessageSize, getMinimalReceivedMessageSize, getMinimalSentMessageSize, getReceivedMessagesCount, getReceivedMessagesCountPerSecond, getSentMessagesCount, getSentMessagesCountPerSecondString getEndpointPath()
String getEndpointClassName()
int getOpenSessionsCount()
int getMaximalOpenSessionsCount()
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.