Package com.businessobjects.sdk.monitoring.probe

This package contains the classes used for managing the different diagnostic and health probes.

See:
          Description

Interface Summary
IDiagnosticProbe This interface is used to represent the Diagnostic Probe.
IDiagnosticProbeResult This interface is used to access the Diagnostic Probe result.
IHealthProbe This interface is used to represent the HealthProbe type of the probe.
IHealthProbeResult This interface is used to access the HealthProbeResult.
IProbe This interface is the base interface for all the probes.
IProbeResult This is the base interface for all the probe results.
IVirtualMetric This interface is used to access the properties of a Virtual Metric.
IVirtualMetrics This interface is used to represent the Virtual Metrics of a Health Probe.
IVMAssociations This interface is used to provide a set of methods to access the Virtual Metric Associations.
 

Class Summary
AbstractProbe This abstract class provides the methods that are used to run the probes.
DiagnosticProbeManager This class is used to manage the execution of the Diagnostic Probe.
DiagnosticProbeResult This class is used to represent the result of a Diagnostic Probe.
HealthProbeManager This class is used to manage the execution of the Health Probe.
HealthProbeResult This class is used to represent the result of a Health Probe.
HybridProbeManager  
HybridProbeResult This class is used to represent the result of a Hybrid Probe.
ProbeLogger This is the implementation for the class ProbeLogger.
ScriptExecutor  
VirtualMetric This class is the implementation of the interface IVirtualMetric.
VirtualMetrics This class is used to represent the set of Virtual Metrics of a health probe.
VirtualMetricsManager This class is used to get the Virtual Metrics for a managed entity.
VMAssociations This class is used to represent the Virtual Metric association with the managed entity.
 

Package com.businessobjects.sdk.monitoring.probe Description

This package contains the classes used for managing the different diagnostic and health probes.