Uses of Class org.jgroups.stack.ProtocolStack

Uses in package org.jgroups.stack

Fields of type org.jgroups.stack.ProtocolStack

ProtocolStack

Methods with parameter type org.jgroups.stack.ProtocolStack

Protocol
Configurator.createProtocol(String prot_spec, ProtocolStack stack)
Creates a new protocol given the protocol specification.
void
Configurator.insertProtocol(Protocol prot, int position, String neighbor_prot, ProtocolStack stack)
Inserts an already created (and initialized) protocol into the protocol list.
void
Protocol
Configurator.setupProtocolStack(String configuration, ProtocolStack st)
The configuration string has a number of entries, separated by a ':' (colon).

Uses in package org.jgroups

Methods with return type org.jgroups.stack.ProtocolStack

ProtocolStack
Returns the protocol stack.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.