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 | Description |
---|---|---|
class |
UNICAST |
Reliable unicast layer.
|
Modifier and Type | Method | Description |
---|---|---|
AgeOutCache.Handler |
AgeOutCache.getHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
AgeOutCache.setHandler(AgeOutCache.Handler handler) |
Constructor | Description |
---|---|
AgeOutCache(java.util.concurrent.ScheduledExecutorService timer,
long timeout,
AgeOutCache.Handler handler) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.