Uses of Class
hkontrol.util.Watchdog

Packages that use Watchdog
hkontrol.module.timer   
 

Uses of Watchdog in hkontrol.module.timer
 

Methods in hkontrol.module.timer that return Watchdog
 Watchdog WatchdogRegistry.getWatchdog(java.lang.String name)
           
 

Methods in hkontrol.module.timer with parameters of type Watchdog
 void WatchdogRegistry.register(java.lang.String name, Watchdog watchdog)