Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.mux | |
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Method and Description |
---|---|
ProtocolStack |
JChannel.getProtocolStack()
Returns the protocol stack.
|
Modifier and Type | Method and Description |
---|---|
ProtocolStack |
MuxChannel.getProtocolStack() |
Modifier and Type | Field and Description |
---|---|
protected ProtocolStack |
Protocol.stack |
Modifier and Type | Method and Description |
---|---|
ProtocolStack |
Protocol.getProtocolStack() |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Configurator.createProtocol(java.lang.String prot_spec,
ProtocolStack stack)
Creates a new protocol given the protocol specification.
|
static void |
Configurator.insertProtocol(Protocol prot,
int position,
java.lang.Class<? extends Protocol> neighbor_prot,
ProtocolStack stack) |
static void |
Configurator.insertProtocol(Protocol prot,
int position,
Protocol neighbor,
ProtocolStack stack) |
static void |
Configurator.insertProtocol(Protocol prot,
int position,
java.lang.String neighbor_prot,
ProtocolStack stack)
Inserts an already created (and initialized) protocol into the protocol list.
|
void |
Protocol.setProtocolStack(ProtocolStack stack) |
static Protocol |
Configurator.setupProtocolStack(java.lang.String configuration,
ProtocolStack st)
The configuration string has a number of entries, separated by a ':' (colon).
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.