com.businessobjects.sdk.monitoring.probe
Class HybridProbeManager.HybridProbeTask

java.lang.Object
  extended by com.businessobjects.sdk.monitoring.probe.HybridProbeManager.HybridProbeTask
All Implemented Interfaces:
java.util.concurrent.Callable
Enclosing class:
HybridProbeManager

public class HybridProbeManager.HybridProbeTask
extends java.lang.Object
implements java.util.concurrent.Callable

This class is used to execute the Hybrid Probe.


Constructor Summary
HybridProbeManager.HybridProbeTask(IProbe hybridProbe, IEnterpriseSession entSession)
          This method is used to execute the Diagnostic Probe and Health Probe till the timeout period is reached.
 
Method Summary
 HybridProbeResult call()
          This method is used to return the Hybrid Probe result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HybridProbeManager.HybridProbeTask

public HybridProbeManager.HybridProbeTask(IProbe hybridProbe,
                                          IEnterpriseSession entSession)

This method is used to execute the Diagnostic Probe and Health Probe till the timeout period is reached.

Parameters:
hybridProbe - A Probe
entSession - An Enterprise Session
Method Detail

call

public HybridProbeResult call()
                       throws java.lang.Exception

This method is used to return the Hybrid Probe result.

Specified by:
call in interface java.util.concurrent.Callable
Returns:
Hybrid Probe result
Throws:
java.lang.Exception