Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public static interface TimeScheduler.CancellableTask
extends TimeScheduler.Task
Method Summary | |
void |
|
Methods inherited from interface org.jgroups.util.TimeScheduler.Task | |
cancelled , nextInterval , run |
public void cancel()
Cancels the task. After calling this,cancelled()
return true. If the task was already cancelled, this is a no-op