Package kilim.timerservice
Class TimerService.Watcher
- java.lang.Object
-
- kilim.timerservice.TimerService.Watcher
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- TimerService
private class TimerService.Watcher extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TimerService.WatchdogTaskdog(package private) TimerService.WatchdogContextdoghouse
-
Constructor Summary
Constructors Constructor Description Watcher(TimerService.WatchdogContext $doghouse, long time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private booleanlaunch()voidrun()
-
-
-
Field Detail
-
doghouse
TimerService.WatchdogContext doghouse
-
dog
TimerService.WatchdogTask dog
-
-
Constructor Detail
-
Watcher
Watcher(TimerService.WatchdogContext $doghouse, long time)
-
-