com.businessobjects.sdk.monitoring.probe
Interface IHealthProbe

All Superinterfaces:
IProbe

public interface IHealthProbe
extends IProbe

This interface is used to represent the HealthProbe type of the probe.


Method Summary
 IHealthProbeResult executeHealthProbe(IEnterpriseSession session)
          This method is used to execute the Health Probe and returns the IHealthProbeResult.
 
Methods inherited from interface com.businessobjects.sdk.monitoring.probe.IProbe
getDescription, getInputParameters, getName, getProbeInfoObject
 

Method Detail

executeHealthProbe

IHealthProbeResult executeHealthProbe(IEnterpriseSession session)

This method is used to execute the Health Probe and returns the IHealthProbeResult.

Parameters:
session - IEnterpriseSession for running the probe
Returns:
Map of the Virtual Metrics