|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.sdk.monitoring.probe.DiagnosticProbeManager
public class DiagnosticProbeManager
This class is used to manage the execution of the Diagnostic Probe.
| Nested Class Summary | |
|---|---|
class |
DiagnosticProbeManager.DiagnosticProbeTask
This class is used to execute the Diagnostic Probe. |
| Constructor Summary | |
|---|---|
DiagnosticProbeManager(IProbeInfoObject probeInfoObject)
This method is used to manage the Diagnostic Probe. |
|
| Method Summary | |
|---|---|
IDiagnosticProbeResult |
execute(IEnterpriseSession entSession)
This method is used to execute the Diagnostic Probe. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiagnosticProbeManager(IProbeInfoObject probeInfoObject)
This method is used to manage the Diagnostic Probe.
probeInfoObject - InfoObject that represents the diagnostic probe| Method Detail |
|---|
public IDiagnosticProbeResult execute(IEnterpriseSession entSession)
throws SDKException,
java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.net.MalformedURLException
This method is used to execute the Diagnostic Probe.
entSession - Enterprise Session that is required to run the Diagnostic Probe
java.lang.ClassNotFoundException - Diagnostic Probe class not found
java.lang.IllegalAccessException - Illegal Access
java.lang.InstantiationException - Error in instantiating Diagnostic Probe
support the argument
java.lang.reflect.InvocationTargetException - Exception thrown by
the method called on the Diagnostic Probe
java.net.MalformedURLException - Error in the class path manipulation
java.lang.NoSuchMethodException - Constructor not found
SDKException - An SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||