|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.sdk.monitoring.probe.AbstractProbe
public abstract class AbstractProbe
This abstract class provides the methods that are used to run the probes.
| Constructor Summary | |
|---|---|
AbstractProbe(IProbeInfoObject probeInfoObject)
This constructor is used to get the property bag that contains the name and value of the virtual metric. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
This method is used to retrieve the description of the probe. |
java.util.Map |
getInputParameters()
This method is used to retrieve the map of the input parameters. |
java.lang.String |
getName()
This method is used to retrieve the title of the probe InfoObject. |
IProbeInfoObject |
getProbeInfoObject()
This method is used to retrieve the Probe InfoObject. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractProbe(IProbeInfoObject probeInfoObject)
This constructor is used to get the property bag that contains the name and value of the virtual metric.
probeInfoObject - Info object that represents the probe| Method Detail |
|---|
public java.lang.String getDescription()
IProbeThis method is used to retrieve the description of the probe.
getDescription in interface IProbepublic java.lang.String getName()
IProbeThis method is used to retrieve the title of the probe InfoObject.
getName in interface IProbe
public java.util.Map getInputParameters()
throws SDKException
IProbeThis method is used to retrieve the map of the input parameters.
getInputParameters in interface IProbeSDKException - An SDKExceptionpublic IProbeInfoObject getProbeInfoObject()
IProbeThis method is used to retrieve the Probe InfoObject.
getProbeInfoObject in interface IProbe
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||