public interface ModuleMonitoringLevelsConfig implements ConfigElement, PropertiesAccess
Configuration for the <module-monitoring-levels> element.
Each monitoring level can be one of the values defined in
{@link ModuleMonitoringLevelValues}.
Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Get a Map keyed by Attribute name of all monitoring levels.
Attribute names correspond to the various get methods eg
"JVM" for {@link #getJVM},
"ConnectorService" for {@link #getConnectorService}, etc.
The possible levels are as defined in {@link ModuleMonitoringLevelValues}.