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

Packages that use ExecutionStatistics
org.glassfish.jersey.server.internal.monitoring.jmx   
org.glassfish.jersey.server.monitoring   
 

Uses of ExecutionStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
 

Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExecutionStatistics
 void ExecutionStatisticsDynamicBean.updateExecutionStatistics(ExecutionStatistics executionStatistics)
          Update the execution statistics that are exposed by this MBean.
 

Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExecutionStatistics
ExecutionStatisticsDynamicBean(ExecutionStatistics executionStatistics, MBeanExposer mBeanExposer, String parentBeanName, String beanName)
          Create a new MXBean and register it into the mbean server using mBeanExposer.
 

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

Methods in org.glassfish.jersey.server.monitoring that return ExecutionStatistics
 ExecutionStatistics ResourceMethodStatistics.getMethodStatistics()
          Get execution statistics that contain measurements of times only for execution of resource method.
 ExecutionStatistics ResourceStatistics.getRequestExecutionStatistics()
          Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
 ExecutionStatistics ResourceMethodStatistics.getRequestStatistics()
          Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
 ExecutionStatistics MonitoringStatistics.getRequestStatistics()
          Get the global application statistics of request execution.
 ExecutionStatistics ResourceStatistics.getResourceMethodExecutionStatistics()
          Get execution statistics that contain measurements of times only for execution of resource methods.
 ExecutionStatistics ExecutionStatistics.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.