Uses of Interface
org.csc.phynixx.watchdog.IWatchedCondition

Packages that use IWatchedCondition
org.csc.phynixx.watchdog   
org.csc.phynixx.watchdog.log   
 

Uses of IWatchedCondition in org.csc.phynixx.watchdog
 

Subinterfaces of IWatchedCondition in org.csc.phynixx.watchdog
 interface ITimeoutCondition
           
 

Classes in org.csc.phynixx.watchdog that implement IWatchedCondition
 class NotificationCondition
           
 class TimeoutCondition
           
 

Methods in org.csc.phynixx.watchdog that return types with arguments of type IWatchedCondition
 Set<IWatchedCondition> WatchdogReference.getAliveConditions()
           
 Set<IWatchedCondition> IWatchdog.getAliveConditions()
           
 

Methods in org.csc.phynixx.watchdog with parameters of type IWatchedCondition
 void NotificationCondition.IConditionNotifier.notifyCondition(IWatchedCondition cond)
           
 void WatchdogReference.registerCondition(IWatchedCondition cond)
           
 void IWatchdog.registerCondition(IWatchedCondition cond)
           
 void WatchdogReference.unregisterCondition(IWatchedCondition cond)
           
 void IWatchdog.unregisterCondition(IWatchedCondition cond)
           
 

Uses of IWatchedCondition in org.csc.phynixx.watchdog.log
 

Constructors in org.csc.phynixx.watchdog.log with parameters of type IWatchedCondition
CheckConditionFailedLog(IWatchedCondition condition)
           
CheckConditionFailedLog(IWatchedCondition condition, String description)
           
ConditionViolatedLog(IWatchedCondition condition)
           
ConditionViolatedLog(IWatchedCondition condition, String description)
           
 



Copyright © 2015. All rights reserved.