com.businessobjects.sdk.monitoring.probe
Interface IDiagnosticProbe

All Superinterfaces:
IProbe

public interface IDiagnosticProbe
extends IProbe

This interface is used to represent the Diagnostic Probe.


Method Summary
 IDiagnosticProbeResult executeDiagnosticProbe(IEnterpriseSession session)
          This method is used to execute the DiagnosticProbe.
 
Methods inherited from interface com.businessobjects.sdk.monitoring.probe.IProbe
getDescription, getInputParameters, getName, getProbeInfoObject
 

Method Detail

executeDiagnosticProbe

IDiagnosticProbeResult executeDiagnosticProbe(IEnterpriseSession session)

This method is used to execute the DiagnosticProbe.

Parameters:
session - IEnterpriseSession for running the probe
Returns:
StringBuffer containing diagnostic messages