|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeScheduler.Task | |
---|---|
org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
Uses of TimeScheduler.Task in org.jgroups.protocols |
---|
Classes in org.jgroups.protocols that implement TimeScheduler.Task | |
---|---|
protected class |
FD_ICMP.PingMonitor
Runs InetAddress.isReachable(). |
protected class |
FD_PING.PingMonitor
Executes the ping command. |
protected class |
FD.BroadcastTask
|
protected class |
FD.Monitor
|
Uses of TimeScheduler.Task in org.jgroups.util |
---|
Subinterfaces of TimeScheduler.Task in org.jgroups.util | |
---|---|
static interface |
TimeScheduler.CancellableTask
|
Classes in org.jgroups.util that implement TimeScheduler.Task | |
---|---|
class |
ImmediateTask
Task which is executed immediately and only one time |
Methods in org.jgroups.util with parameters of type TimeScheduler.Task | |
---|---|
void |
TimeScheduler.add(TimeScheduler.Task t)
Add a task for execution at adjustable intervals |
void |
TimeScheduler.add(TimeScheduler.Task task,
boolean relative)
Add a task for execution at adjustable intervals |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |