|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagnosticServiceConfig
Configuration for the <diagnostic-service> for a <config> in a domain. This element controls the output of the diagnostic information collected when requested by the management clients. The actual information collected is documented in product documentation.
Field Summary | |
---|---|
static String |
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType() . |
Fields inherited from interface com.sun.appserv.management.config.PropertiesAccess |
---|
PROPERTY_PREFIX |
Fields inherited from interface com.sun.appserv.management.config.AMXConfig |
---|
CONFIG_CREATED_NOTIFICATION_TYPE, CONFIG_OBJECT_NAME_KEY, CONFIG_REMOVED_NOTIFICATION_TYPE |
Fields inherited from interface com.sun.appserv.management.base.AMX |
---|
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
Method Summary | |
---|---|
boolean |
getCaptureAppDD()
|
boolean |
getCaptureHADBInfo()
|
boolean |
getCaptureInstallLog()
|
boolean |
getCaptureSystemInfo()
|
boolean |
getComputeChecksum()
|
String |
getMaxLogEntries()
|
String |
getMinLogLevel()
The level at which the messages for diagnostic services will be retrieved. |
boolean |
getVerifyConfig()
Indicates whether output of verify-config asadmin command is included in the diagnostic report. |
void |
setCaptureAppDD(boolean value)
See getCaptureAppDD() . |
void |
setCaptureHADBInfo(boolean value)
See getCaptureHADBInfo() . |
void |
setCaptureInstallLog(boolean value)
See getCaptureInstallLog() . |
void |
setCaptureSystemInfo(boolean value)
Set capturing system information to specified value. |
void |
setComputeChecksum(boolean value)
See getComputeChecksum() . |
void |
setMaxLogEntries(String entries)
See getMaxLogEntries() . |
void |
setMinLogLevel(String level)
See getMinLogLevel() . |
void |
setVerifyConfig(boolean verify)
See getVerifyConfig() |
Methods inherited from interface com.sun.appserv.management.config.PropertiesAccess |
---|
createProperty, existsProperty, getProperties, getPropertyNames, getPropertyValue, removeProperty, setPropertyValue |
Methods inherited from interface com.sun.appserv.management.base.AMX |
---|
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS |
Methods inherited from interface javax.management.NotificationEmitter |
---|
removeNotificationListener |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging |
---|
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel |
Field Detail |
---|
static final String J2EE_TYPE
AMX.getJ2EEType()
.
Method Detail |
---|
boolean getComputeChecksum()
void setComputeChecksum(boolean value)
getComputeChecksum()
.
boolean getCaptureInstallLog()
void setCaptureInstallLog(boolean value)
getCaptureInstallLog()
.
boolean getCaptureSystemInfo()
void setCaptureSystemInfo(boolean value)
boolean getCaptureHADBInfo()
void setCaptureHADBInfo(boolean value)
getCaptureHADBInfo()
.
boolean getCaptureAppDD()
void setCaptureAppDD(boolean value)
getCaptureAppDD()
.
String getMinLogLevel()
Level
void setMinLogLevel(String level)
getMinLogLevel()
.
The specified value must be a valid Level
.
String getMaxLogEntries()
void setMaxLogEntries(String entries)
getMaxLogEntries()
.
boolean getVerifyConfig()
void setVerifyConfig(boolean verify)
getVerifyConfig()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.