Uses of Interface
org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
-
-
Uses of MessageStatisticsMXBean in org.glassfish.tyrus.ext.monitoring.jmx
Subinterfaces of MessageStatisticsMXBean in org.glassfish.tyrus.ext.monitoring.jmx Modifier and Type Interface Description interfaceApplicationMXBeanMXBean used for accessing monitored application properties - registered endpoints, number of currently open sessions, maximal number of open sessions since the start of the monitoring and message statistics.interfaceBaseMXBeaninterfaceEndpointMXBeanMXBean used for accessing monitored endpoint properties - endpoint path and class name, number of currently open sessions, maximal number of open sessions since the start of monitoring, and message statistics.interfaceSessionMXBeanAn MXBean representing a currently open session.Methods in org.glassfish.tyrus.ext.monitoring.jmx that return MessageStatisticsMXBean Modifier and Type Method Description MessageStatisticsMXBeanBaseMXBean. getBinaryMessageStatisticsMXBean()Get an MXBean containing statistics about binary messages.MessageStatisticsMXBeanBaseMXBean. getControlMessageStatisticsMXBean()Get an MXBean containing statistics about control messages.MessageStatisticsMXBeanBaseMXBean. getTextMessageStatisticsMXBean()Get an MXBean containing statistics about text messages.
-