com.sun.appserv.management.config
Interface ModuleMonitoringLevelsConfig
- All Superinterfaces:
- AMX, AMXConfig, AMXMBeanLogging, ConfigElement, NotificationBroadcaster, NotificationEmitter, PropertiesAccess
- public interface ModuleMonitoringLevelsConfig
- extends ConfigElement, PropertiesAccess
Configuration for the <module-monitoring-levels> element.
Each monitoring level can be one of the values defined in
ModuleMonitoringLevelValues
.
J2EE_TYPE
public static final java.lang.String J2EE_TYPE
- The j2eeType as returned by
AMX.getJ2EEType()
.
- See Also:
- Constant Field Values
getAllLevels
public java.util.Map getAllLevels()
- Get a Map keyed by Attribute name of all monitoring levels.
Attribute names correspond to the various get methods eg
"JVM" for
getJVM()
,
"ConnectorService" for getConnectorService()
, etc.
The possible levels are as defined in ModuleMonitoringLevelValues
.
changeAll
public void changeAll(java.lang.String value)
- Change all monitoring levels to the specified value.
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getJVM
public java.lang.String getJVM()
setJVM
public void setJVM(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getConnectorService
public java.lang.String getConnectorService()
setConnectorService
public void setConnectorService(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getJMSService
public java.lang.String getJMSService()
setJMSService
public void setJMSService(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getConnectorConnectionPool
public java.lang.String getConnectorConnectionPool()
setConnectorConnectionPool
public void setConnectorConnectionPool(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getEJBContainer
public java.lang.String getEJBContainer()
setEJBContainer
public void setEJBContainer(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getHTTPService
public java.lang.String getHTTPService()
setHTTPService
public void setHTTPService(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getJDBCConnectionPool
public java.lang.String getJDBCConnectionPool()
setJDBCConnectionPool
public void setJDBCConnectionPool(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getORB
public java.lang.String getORB()
setORB
public void setORB(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getThreadPool
public java.lang.String getThreadPool()
setThreadPool
public void setThreadPool(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getTransactionService
public java.lang.String getTransactionService()
setTransactionService
public void setTransactionService(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
getWebContainer
public java.lang.String getWebContainer()
setWebContainer
public void setWebContainer(java.lang.String value)
- Parameters:
value
- one of the values in ModuleMonitoringLevelValues
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.