Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.concurrent.ScheduledFuture<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task t) |
Add a task for execution at adjustable intervals
|
java.util.concurrent.ScheduledFuture<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task,
boolean relative) |
Schedule a task for execution at varying intervals.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.