Package com.orchestranetworks.addon.dqid
Class Watchdog
java.lang.Object
com.orchestranetworks.addon.dqid.Watchdog
Represents the configured Watchdog for the 
Indicator.- 
Method Summary
Modifier and TypeMethodDescriptionReturns the maximum occurrence number of the configured watchdog.Returns the minimum occurrence number of the configured watchdog.Returns the periodicity configured for theIndicator.Represents a configured value to compare with the outcome value ofgetWatchdogOn().Returns the tolerance number of the configured watchdog.Represents one of the output parameter name. 
- 
Method Details
- 
getPeriodicityOfControl
Returns the periodicity configured for theIndicator.- See Also:
 
 - 
getWatchdogOn
Represents one of the output parameter name. The parameter type is boolean.- Since:
 - 1.3.0
 - See Also:
 
 - 
getMinOccurrences
Returns the minimum occurrence number of the configured watchdog.- Since:
 - 1.2.0
 
 - 
getMaxOccurrences
Returns the maximum occurrence number of the configured watchdog.- Since:
 - 1.2.0
 
 - 
getToleranceNumber
Returns the tolerance number of the configured watchdog. - 
getThresholdOn
Represents a configured value to compare with the outcome value ofgetWatchdogOn().- Since:
 - 1.3.0
 
 
 -