org.jgroups.util
Interface TimeScheduler.CancellableTask

All Superinterfaces:
TimeScheduler.Task
Enclosing class:
TimeScheduler

public static interface TimeScheduler.CancellableTask
extends TimeScheduler.Task


Method Summary
 void cancel()
          Cancels the task.
 
Methods inherited from interface org.jgroups.util.TimeScheduler.Task
cancelled, nextInterval, run
 

Method Detail

cancel

void cancel()
Cancels the task. After calling this, TimeScheduler.Task.cancelled() return true. If the task was already cancelled, this is a no-op



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.