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) class
ExceptionMapperStatisticsImpl
Exception mapper statistics.Fields in org.glassfish.jersey.server.internal.monitoring declared as ExceptionMapperStatistics Modifier and Type Field Description private ExceptionMapperStatistics
MonitoringStatisticsImpl. exceptionMapperStatistics
Methods in org.glassfish.jersey.server.internal.monitoring that return ExceptionMapperStatistics Modifier and Type Method Description ExceptionMapperStatistics
MonitoringStatisticsImpl. getExceptionMapperStatistics()
ExceptionMapperStatistics
ExceptionMapperStatisticsImpl. 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 ExceptionMapperStatistics
ExceptionMapperMXBeanImpl. mapperStatistics
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExceptionMapperStatistics Modifier and Type Method Description void
ExceptionMapperMXBeanImpl. 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 ExceptionMapperStatistics
MonitoringStatistics. getExceptionMapperStatistics()
Get statistics about registeredexception mappers
.ExceptionMapperStatistics
ExceptionMapperStatistics. snapshot()
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
-