Uses of Interface
kilim.timerservice.TimerService.WatchdogContext
Packages that use TimerService.WatchdogContext
-
Uses of TimerService.WatchdogContext in kilim
Classes in kilim that implement TimerService.WatchdogContextModifier and TypeClassDescriptionprotected classclass -
Uses of TimerService.WatchdogContext in kilim.timerservice
Fields in kilim.timerservice declared as TimerService.WatchdogContextModifier and TypeFieldDescriptionTimerService.defaultExec(package private) TimerService.WatchdogContextTimerService.Watcher.doghouse(package private) TimerService.WatchdogContextTimerService.Empty.executorMethods in kilim.timerservice with parameters of type TimerService.WatchdogContextModifier and TypeMethodDescription(package private) booleanTimerService.Empty.check(TimerService.WatchdogContext executor) booleanTimerService.isEmptyLazy(TimerService.WatchdogContext executor) return true if empty at a particular moment during the call allowing false negatives if operations are ongoingvoidTimerService.trigger(TimerService.WatchdogContext doghouse) Constructors in kilim.timerservice with parameters of type TimerService.WatchdogContextModifierConstructorDescriptionTimerService(TimerService.WatchdogContext doghouse) (package private)Watcher(TimerService.WatchdogContext $doghouse, long time)