com.businessobjects.sdk.monitoring.probe
Interface IDiagnosticProbeResult

All Superinterfaces:
IProbeResult
All Known Implementing Classes:
DiagnosticProbeResult

public interface IDiagnosticProbeResult
extends IProbeResult

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

getDiagnosticMessages

java.lang.StringBuffer getDiagnosticMessages()

This method is used to get the diagnostic messages of the probe.

Returns:
Diagnostic messages

addDiagnosticMessage

void addDiagnosticMessage(java.lang.String message)

This method is used to add the diagnostic messages to the diagnostic result.

Parameters:
message - Individual Diagnostic Message

setLocale

void setLocale(java.util.Locale l)

This method is used to set the locale.

Parameters:
l - Locale