|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHealthProbeResult
This interface is used to access the HealthProbeResult.
| Method Summary | |
|---|---|
IProbeInfoObject |
getProbeInfoObject()
This method is used to get the Probe InfoObject. |
java.util.Map |
getProbeMetrics()
This method is used to get the map of the Virtual Metrics. |
void |
setProbeInfoObject(IProbeInfoObject probeInfoObject)
This method is used to set the Probe InfoObject. |
void |
setProbeMetrics(java.lang.String name,
java.lang.Object value)
This method is used to set the value for a Virtual Metric. |
void |
setProbeMetricsMap(java.util.Map map)
This method is used to set the probe metrics map. |
| Methods inherited from interface com.businessobjects.sdk.monitoring.probe.IProbeResult |
|---|
getDuration, getResult, isTimedOut, probeFailed, probeSucceeded, probeTimedout, setDescription, setDuration, setErrorMessage, setException, setName |
| Method Detail |
|---|
java.util.Map getProbeMetrics()
This method is used to get the map of the Virtual Metrics.
void setProbeMetrics(java.lang.String name,
java.lang.Object value)
throws MonitoringException,
SDKException
This method is used to set the value for a Virtual Metric.
name - name of the metricvalue - value of the metric
MonitoringException - MetricsNotFound.
SDKException - An SDKException
void setProbeMetricsMap(java.util.Map map)
throws SDKException
This method is used to set the probe metrics map.
map - virtual metrics map
SDKException - SDKExceptionvoid setProbeInfoObject(IProbeInfoObject probeInfoObject)
This method is used to set the Probe InfoObject.
probeInfoObject - Info Object of the health probeIProbeInfoObject getProbeInfoObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||