Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Packages that use ResourceMethodStatistics 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 ResourceMethodStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceMethodStatistics Modifier and Type Method Description voidResourceMethodMXBeanImpl. updateResourceMethodStatistics(ResourceMethodStatistics resourceMethodStatisticsImpl)Update the statistics that are exposed by this MXBean.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceMethodStatistics Constructor Description ResourceMethodMXBeanImpl(ResourceMethodStatistics methodStatistics, boolean uriResource, MBeanExposer mBeanExposer, String parentName, String methodUniqueId)Create a new MXBean and expose it into mbean server usingmBeanExposer. -
Uses of ResourceMethodStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ResourceMethodStatistics Modifier and Type Method Description ResourceMethodStatisticsResourceMethodStatistics. snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymoreMethods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceMethodStatistics Modifier and Type Method Description Map<ResourceMethod,ResourceMethodStatistics>ResourceStatistics. getResourceMethodStatistics()Return the statistics for resource method.
-