|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeScheduler3.Task | |
---|---|
org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of TimeScheduler3.Task in org.jgroups.util |
---|
Subclasses of TimeScheduler3.Task in org.jgroups.util | |
---|---|
protected class |
TimeScheduler3.RecurringTask
Tasks which runs more than once, either dynamic, fixed-rate or fixed-delay, until cancelled |
Fields in org.jgroups.util with type parameters of type TimeScheduler3.Task | |
---|---|
protected java.util.concurrent.BlockingQueue<TimeScheduler3.Task> |
TimeScheduler3.queue
DelayQueue with tasks being sorted according to execution times (next execution first) |
Methods in org.jgroups.util that return TimeScheduler3.Task | |
---|---|
protected TimeScheduler3.Task |
TimeScheduler3.add(TimeScheduler3.Task task)
|
Methods in org.jgroups.util with parameters of type TimeScheduler3.Task | |
---|---|
protected TimeScheduler3.Task |
TimeScheduler3.add(TimeScheduler3.Task task)
|
protected java.util.concurrent.Future<?> |
TimeScheduler3.doSchedule(TimeScheduler3.Task task,
long initial_delay)
|
protected void |
TimeScheduler3.submitToPool(TimeScheduler3.Task entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |