|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDiagnosticProbeResult
This interface is used to access the Diagnostic Probe result.
| Method Summary | |
|---|---|
void |
addDiagnosticMessage(java.lang.String message)
This method is used to add the diagnostic messages to the diagnostic result. |
java.lang.StringBuffer |
getDiagnosticMessages()
This method is used to get the diagnostic messages of the probe. |
void |
setLocale(java.util.Locale l)
This method is used to set the locale. |
| Methods inherited from interface com.businessobjects.sdk.monitoring.probe.IProbeResult |
|---|
getDuration, getResult, isTimedOut, probeFailed, probeSucceeded, probeTimedout, setDescription, setDuration, setErrorMessage, setException, setName |
| Method Detail |
|---|
java.lang.StringBuffer getDiagnosticMessages()
This method is used to get the diagnostic messages of the probe.
void addDiagnosticMessage(java.lang.String message)
This method is used to add the diagnostic messages to the diagnostic result.
message - Individual Diagnostic Messagevoid setLocale(java.util.Locale l)
This method is used to set the locale.
l - Locale
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||