Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
static interface |
TimeScheduler.CancellableTask |
Modifier and Type | Class and Description |
---|---|
class |
ImmediateTask
Task which is executed immediately and only one time
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.