Uses of Interface
org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics

Packages that use ExceptionMapperStatistics
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
 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
ExceptionMapperMXBeanImpl(ExceptionMapperStatistics mapperStatistics, MBeanExposer mBeanExposer, String parentName)
          Create a new MXBean and register it into mbean server using mBeanExposer.
 

Uses of ExceptionMapperStatistics in org.glassfish.jersey.server.monitoring
 

Methods in org.glassfish.jersey.server.monitoring that return ExceptionMapperStatistics
 ExceptionMapperStatistics MonitoringStatistics.getExceptionMapperStatistics()
          Get statistics about registered exception mappers.
 ExceptionMapperStatistics ExceptionMapperStatistics.snapshot()
          Get the immutable consistent snapshot of the monitoring statistics.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.