Uses of Class org.jgroups.stack.ProtocolStack

Uses in package org.jgroups

Methods with return type org.jgroups.stack.ProtocolStack

ProtocolStack
Returns the protocol stack.

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).

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.