Package org.jgroups.util
Interface TimeScheduler.Task
- All Superinterfaces:
Runnable
- Enclosing class:
TimeScheduler
The interface that submitted tasks must implement
-
Method Summary
-
Method Details
-
nextInterval
long nextInterval()- Returns:
- the next schedule interval. If invalid input: '<'= 0 the task will not be re-scheduled
-