org.jgroups.util

Interface TimeScheduler.CancellableTask

All Superinterfaces:
TimeScheduler.Task

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 Details

cancel

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

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.