Package org.glassfish.tyrus.ext.monitoring.jmx
Monitoring listeners exposing statics via JMX beans.
-
Interface Summary Interface Description ApplicationMXBean MXBean 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.BaseMXBean EndpointMXBean MXBean 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.MessageStatisticsMXBean MXBean used for exposing message-level statistics.SessionMXBean An MXBean representing a currently open session. -
Class Summary Class Description EndpointClassNamePathPair Path and class name of an endpoint exposed by JMX.ErrorCount A pair of error class name and number of times the error occurred.SessionAwareApplicationMonitor Application events listener and statistics collector.SessionlessApplicationMonitor Application events listener and statistics collector.