- getAverageReceivedMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the average size of all the messages received since the start of monitoring.
- getAverageSentMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the average size of all the messages sent since the start of monitoring.
- getEndpointClassName() - Method in class org.glassfish.tyrus.ext.monitoring.jmx.EndpointClassNamePathPair
-
Get class name of the endpoint.
- getEndpointClassName() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
-
Get the class name of the endpoint.
- getEndpointPath() - Method in class org.glassfish.tyrus.ext.monitoring.jmx.EndpointClassNamePathPair
-
Get the path the endpoint is registered on.
- getEndpointPath() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
-
Get the path the endpoint is registered on.
- getEndpointPaths() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
-
Get endpoint paths for currently registered endpoints.
- getEndpoints() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
-
Get endpoint paths and class names for currently registered endpoints.
- getMaximalOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
-
Get the maximal number of open sessions since the start of monitoring.
- getMaximalOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
-
Get the maximal number of open sessions on the endpoint since the start of monitoring.
- getMaximalReceivedMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the size of the largest message received since the start of monitoring.
- getMaximalSentMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the size of the largest message sent since the start of monitoring.
- getMinimalReceivedMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the size of the smallest message received since the start of monitoring.
- getMinimalSentMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the size of the smallest message sent since the start of monitoring.
- getOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
-
Get number of currently open sessions.
- getOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
-
Get the number of sessions currently open on the endpoint.
- getReceivedMessagesCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the total number of messages received since the start of monitoring.
- getReceivedMessagesCountPerSecond() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the average number of received messages per second.
- getSentMessagesCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the total number of messages sent since the start of monitoring.
- getSentMessagesCountPerSecond() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
Get the average number of sent messages per second.