FileDocCategorySizeDatePackage
MonitoringServiceConfig.javaAPI DocGlassfish v2 API3217Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

MonitoringServiceConfig

public interface MonitoringServiceConfig implements com.sun.appserv.management.base.Container, ConfigElement, PropertiesAccess
Configuration for the <monitoring-service> element.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public ModuleMonitoringLevelsConfigcreateModuleMonitoringLevelsConfig(java.util.Map params)
Creates new module-monitoring-levels element.

param
params Map of optional attributes whose keys are defined in ModuleMonitoringLevelsParams class.
return
the newly-created ModuleMonitoringLevelsConfig

public ModuleMonitoringLevelsConfiggetModuleMonitoringLevelsConfig()

return
the ModuleMonitoringLevelsConfig

public voidremoveModuleMonitoringLevelsConfig()
Removes module-monitoring-levels element.