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