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

ModuleMonitoringLevelsConfig

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}.
Constructors Summary
Methods Summary
public voidchangeAll(java.lang.String value)
Change all monitoring levels to the specified value.

param
value one of the values in {@link ModuleMonitoringLevelValues}

public java.util.MapgetAllLevels()
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}.

public java.lang.StringgetConnectorConnectionPool()

public java.lang.StringgetConnectorService()

public java.lang.StringgetEJBContainer()

public java.lang.StringgetHTTPService()

public java.lang.StringgetJDBCConnectionPool()

public java.lang.StringgetJMSService()

public java.lang.StringgetJVM()

public java.lang.StringgetORB()

public java.lang.StringgetThreadPool()

public java.lang.StringgetTransactionService()

public java.lang.StringgetWebContainer()

public voidsetConnectorConnectionPool(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetConnectorService(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetEJBContainer(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetHTTPService(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetJDBCConnectionPool(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetJMSService(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetJVM(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetORB(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetThreadPool(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetTransactionService(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}

public voidsetWebContainer(java.lang.String value)

param
value one of the values in {@link ModuleMonitoringLevelValues}