com.businessobjects.sdk.monitoring.probe
Class HealthProbeManager.HealthProbeTask

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

public class HealthProbeManager.HealthProbeTask
extends java.lang.Object
implements java.util.concurrent.Callable

This class is used to execute the Diagnostic Probe.


Constructor Summary
HealthProbeManager.HealthProbeTask(IHealthProbe healthProbe, IEnterpriseSession entSession)
          This method is used to execute the Health Probe till the timeout period is reached.
 
Method Summary
 IHealthProbeResult call()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HealthProbeManager.HealthProbeTask

public HealthProbeManager.HealthProbeTask(IHealthProbe healthProbe,
                                          IEnterpriseSession entSession)

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

Parameters:
healthProbe - Diagnostic Probe
secSession - Enterprise Session
Method Detail

call

public IHealthProbeResult call()
                        throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable
Throws:
java.lang.Exception