Uses of Interface
org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Packages that use ExceptionMapperStatistics Package Description org.glassfish.jersey.server.internal.monitoring.jmx Jersey internal server-side monitoring JMX MBeans implementation classes.org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces. -
-
Uses of ExceptionMapperStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExceptionMapperStatistics Modifier and Type Method Description voidExceptionMapperMXBeanImpl. updateExceptionMapperStatistics(ExceptionMapperStatistics mapperStatistics)Update the MXBean with new statistics.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExceptionMapperStatistics Constructor Description ExceptionMapperMXBeanImpl(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
Methods in org.glassfish.jersey.server.monitoring that return ExceptionMapperStatistics Modifier and Type Method Description ExceptionMapperStatisticsMonitoringStatistics. getExceptionMapperStatistics()Get statistics about registeredexception mappers.ExceptionMapperStatisticsExceptionMapperStatistics. snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
-