Uses of Class
com.sun.enterprise.admin.monitor.registry.MonitoringLevel

Packages that use MonitoringLevel
com.sun.enterprise.admin.monitor.registry Provides for collection of monitoring statistics from JSR77 compliant Stats implementations through the JMX API. 
 

Uses of MonitoringLevel in com.sun.enterprise.admin.monitor.registry
 

Fields in com.sun.enterprise.admin.monitor.registry declared as MonitoringLevel
static MonitoringLevel MonitoringLevel.HIGH
           
static MonitoringLevel MonitoringLevel.LOW
           
static MonitoringLevel MonitoringLevel.OFF
           
 

Methods in com.sun.enterprise.admin.monitor.registry that return MonitoringLevel
static MonitoringLevel MonitoringLevel.instance(String name)
          Returns an instance of MonitoringLevel for the given String.
 

Methods in com.sun.enterprise.admin.monitor.registry with parameters of type MonitoringLevel
 void MonitoringLevelListener.changeLevel(MonitoringLevel from, MonitoringLevel to, MonitoredObjectType type)
          Method to convey the change in monitoring level.
 void MonitoringLevelListener.changeLevel(MonitoringLevel from, MonitoringLevel to, Stats handback)
          Deprecated.  
 void MonitoringLevelListener.setLevel(MonitoringLevel level)
          Deprecated.  
 



Copyright © 2012. All Rights Reserved.