Uses of Interface
org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Packages that use ExceptionMapperStatistics
Package
Description
Jersey server-side internal monitoring and statistics classes.
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
Classes in org.glassfish.jersey.server.internal.monitoring that implement ExceptionMapperStatisticsModifier and TypeClassDescription(package private) final classException mapper statistics.Fields in org.glassfish.jersey.server.internal.monitoring declared as ExceptionMapperStatisticsModifier and TypeFieldDescriptionprivate final ExceptionMapperStatisticsMonitoringStatisticsImpl.exceptionMapperStatisticsMethods in org.glassfish.jersey.server.internal.monitoring that return ExceptionMapperStatisticsModifier and TypeMethodDescriptionMonitoringStatisticsImpl.getExceptionMapperStatistics()ExceptionMapperStatisticsImpl.snapshot()Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ExceptionMapperStatisticsModifierConstructorDescriptionprivateMonitoringStatisticsImpl(Map<String, ResourceStatistics> uriStatistics, Map<Class<?>, ResourceStatistics> resourceClassStatistics, ExecutionStatistics requestStatistics, ResponseStatistics responseStatistics, ExceptionMapperStatistics exceptionMapperStatistics) -
Uses of ExceptionMapperStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Fields in org.glassfish.jersey.server.internal.monitoring.jmx declared as ExceptionMapperStatisticsModifier and TypeFieldDescriptionprivate ExceptionMapperStatisticsExceptionMapperMXBeanImpl.mapperStatisticsMethods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExceptionMapperStatisticsModifier and TypeMethodDescriptionvoidExceptionMapperMXBeanImpl.updateExceptionMapperStatistics(ExceptionMapperStatistics mapperStatistics) Update the MXBean with new statistics.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExceptionMapperStatisticsModifierConstructorDescriptionExceptionMapperMXBeanImpl(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 ExceptionMapperStatisticsModifier and TypeMethodDescriptionMonitoringStatistics.getExceptionMapperStatistics()Get statistics about registeredexception mappers.ExceptionMapperStatistics.snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymore