Uses of Interface
org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Package
Description
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of ExceptionMapperStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Modifier and TypeMethodDescriptionvoid
ExceptionMapperMXBeanImpl.updateExceptionMapperStatistics
(ExceptionMapperStatistics mapperStatistics) Update the MXBean with new statistics.ModifierConstructorDescriptionExceptionMapperMXBeanImpl
(ExceptionMapperStatistics mapperStatistics, MBeanExposer mBeanExposer, String parentName) Create a new MXBean and register it into mbean server usingmBeanExposer
. -
Uses of ExceptionMapperStatistics in org.glassfish.jersey.server.monitoring
Modifier and TypeMethodDescriptionMonitoringStatistics.getExceptionMapperStatistics()
Get statistics about registeredexception mappers
.ExceptionMapperStatistics.snapshot()
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore