Uses of Class
com.sun.enterprise.admin.monitor.registry.MonitoringLevel
-
Packages that use MonitoringLevel Package Description 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 Modifier and Type Field Description static MonitoringLevelMonitoringLevel. HIGHstatic MonitoringLevelMonitoringLevel. LOWstatic MonitoringLevelMonitoringLevel. OFFMethods in com.sun.enterprise.admin.monitor.registry that return MonitoringLevel Modifier and Type Method Description static MonitoringLevelMonitoringLevel. 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 Modifier and Type Method Description voidMonitoringLevelListener. changeLevel(MonitoringLevel from, MonitoringLevel to, MonitoredObjectType type)Method to convey the change in monitoring level.voidMonitoringLevelListener. changeLevel(MonitoringLevel from, MonitoringLevel to, Stats handback)Deprecated.voidMonitoringLevelListener. setLevel(MonitoringLevel level)Deprecated.
-