Methods Summary |
---|
public boolean | getCaptureAppDD()
|
public boolean | getCaptureHADBInfo()
|
public boolean | getCaptureInstallLog()
|
public boolean | getCaptureSystemInfo()
|
public boolean | getComputeChecksum()
|
public java.lang.String | getMaxLogEntries()
|
public java.lang.String | getMinLogLevel()The level at which the messages for diagnostic services will
be retrieved. All the messages at a level equal to or more than this
level will be captured.
|
public boolean | getVerifyConfig()Indicates whether output of verify-config asadmin command is
included in the diagnostic report.
|
public void | setCaptureAppDD(boolean value)See {@link #getCaptureAppDD}.
|
public void | setCaptureHADBInfo(boolean value)See {@link #getCaptureHADBInfo}.
|
public void | setCaptureInstallLog(boolean value)See {@link #getCaptureInstallLog}.
|
public void | setCaptureSystemInfo(boolean value)Set capturing system information to specified value.
|
public void | setComputeChecksum(boolean value)See {@link #getComputeChecksum}.
|
public void | setMaxLogEntries(java.lang.String entries)See {@link #getMaxLogEntries}.
|
public void | setMinLogLevel(java.lang.String level)See {@link #getMinLogLevel}.
The specified value must be a valid {@link java.util.logging.Level}.
|
public void | setVerifyConfig(boolean verify)See {@link #getVerifyConfig}
|