Package org.jgroups.util
Interface TimeScheduler.Task
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
FILE_PING.InfoWriter,MERGE3.InfoSender,MERGE3.ViewConsistencyChecker,STABLE.StableTask
- Enclosing interface:
TimeScheduler
The interface that dynamic tasks
(
TimeScheduler.scheduleWithDynamicInterval(org.jgroups.util.TimeScheduler.Task)) must implement-
Method Summary
-
Method Details
-
nextInterval
long nextInterval()- Returns:
- the next scheduled interval in ms. If <= 0 the task will not be re-scheduled
-