Uses of Interface
org.glassfish.jersey.server.monitoring.ExecutionStatistics
Packages that use ExecutionStatistics
Package
Description
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of ExecutionStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExecutionStatisticsModifier and TypeMethodDescriptionvoidExecutionStatisticsDynamicBean.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 ExecutionStatisticsModifierConstructorDescriptionExecutionStatisticsDynamicBean(ExecutionStatistics executionStatistics, MBeanExposer mBeanExposer, String parentBeanName, String beanName) Create a new MXBean and register it into the mbean server usingmBeanExposer. -
Uses of ExecutionStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ExecutionStatisticsModifier and TypeMethodDescriptionResourceMethodStatistics.getMethodStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource method.ResourceStatistics.getRequestExecutionStatistics()Getexecution statisticsthat 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.MonitoringStatistics.getRequestStatistics()Get the global application statistics of request execution.ResourceMethodStatistics.getRequestStatistics()Getexecution statisticsthat 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.ResourceStatistics.getResourceMethodExecutionStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource methods.ExecutionStatistics.snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymore