Java EE 5 SDK

com.sun.appserv.management.config
Class ModuleMonitoringLevelValues

java.lang.Object
  extended by com.sun.appserv.management.config.ModuleMonitoringLevelValues

public final class ModuleMonitoringLevelValues
extends Object

See ModuleMonitoringLevelsConfig.


Field Summary
static String HIGH
          Value indicating the maximum level of monitoring is enabled.
static String LOW
          Value indicating some level of monitoring is enabled.s
static String OFF
          Value indicating that monitoring is disabled.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGH

public static final String HIGH
Value indicating the maximum level of monitoring is enabled.

See Also:
Constant Field Values

LOW

public static final String LOW
Value indicating some level of monitoring is enabled.s

See Also:
Constant Field Values

OFF

public static final String OFF
Value indicating that monitoring is disabled.

See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.