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

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

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

Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceStatistics
 void ResourceMxBeanImpl.updateResourceStatistics(ResourceStatistics resourceStatistics)
          Update the statistics of this MXBean and of nested MXBeans.
 

Method parameters in org.glassfish.jersey.server.internal.monitoring.jmx with type arguments of type ResourceStatistics
 void ResourcesMBeanGroup.updateResourcesStatistics(Map<String,ResourceStatistics> resourceStatistics)
          Update the resource statistics exposed by nested resource beans.
 

Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceStatistics
ResourceMxBeanImpl(ResourceStatistics resourceStatistics, String name, boolean uriResource, MBeanExposer mBeanExposer, String parentName)
          Create and register new MXBean into the mbean server using the mBeanExposer.
 

Constructor parameters in org.glassfish.jersey.server.internal.monitoring.jmx with type arguments of type ResourceStatistics
ResourcesMBeanGroup(Map<String,ResourceStatistics> resourceStatistics, boolean uriResource, MBeanExposer mBeanExposer, String parentName)
          Create a new group of MXBeans and expose nested Resource MXBeans.
 

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

Methods in org.glassfish.jersey.server.monitoring that return ResourceStatistics
 ResourceStatistics ResourceStatistics.snapshot()
          Get the immutable and consistent snapshot of the monitoring statistics.
 

Methods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceStatistics
 Map<Class<?>,ResourceStatistics> MonitoringStatistics.getResourceClassStatistics()
          Get the statistics for each resource Class that is deployed in the application.
 Map<String,ResourceStatistics> MonitoringStatistics.getUriStatistics()
          Get the statistics for each URI that is exposed in the application.
 



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