Uses of Interface
org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Packages that use ExecutionStatistics Package Description 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 ExecutionStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExecutionStatistics Modifier and Type Method Description voidExecutionStatisticsDynamicBean. 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 Constructor Description ExecutionStatisticsDynamicBean(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 ExecutionStatistics Modifier and Type Method Description ExecutionStatisticsResourceMethodStatistics. getMethodStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource method.ExecutionStatisticsResourceStatistics. 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.ExecutionStatisticsMonitoringStatistics. getRequestStatistics()Get the global application statistics of request execution.ExecutionStatisticsResourceMethodStatistics. 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.ExecutionStatisticsResourceStatistics. getResourceMethodExecutionStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource methods.ExecutionStatisticsExecutionStatistics. snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
-