Uses of Interface
org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Packages that use ExceptionMapperStatistics Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.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
Classes in org.glassfish.jersey.server.internal.monitoring that implement ExceptionMapperStatistics Modifier and Type Class Description (package private) classExceptionMapperStatisticsImplException mapper statistics.Fields in org.glassfish.jersey.server.internal.monitoring declared as ExceptionMapperStatistics Modifier and Type Field Description private ExceptionMapperStatisticsMonitoringStatisticsImpl. exceptionMapperStatisticsMethods in org.glassfish.jersey.server.internal.monitoring that return ExceptionMapperStatistics Modifier and Type Method Description ExceptionMapperStatisticsMonitoringStatisticsImpl. getExceptionMapperStatistics()ExceptionMapperStatisticsExceptionMapperStatisticsImpl. snapshot()Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ExceptionMapperStatistics Constructor Description MonitoringStatisticsImpl(java.util.Map<java.lang.String,ResourceStatistics> uriStatistics, java.util.Map<java.lang.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 ExceptionMapperStatistics Modifier and Type Field Description private ExceptionMapperStatisticsExceptionMapperMXBeanImpl. mapperStatisticsMethods 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, java.lang.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
-