org.jgroups.stack
Class Configurator.ProtocolConfiguration
java.lang.Object
org.jgroups.stack.Configurator.ProtocolConfiguration
- Configurator
public class Configurator.ProtocolConfiguration
extends java.lang.Object
Parses and encapsulates the specification for 1 protocol of the protocol stack, e.g.
UNICAST(timeout=5000)
ProtocolConfiguration
public ProtocolConfiguration(String config_str)
throws Exception
Creates a new ProtocolConfiguration.
config_str
- The configuration specification for the protocol, e.g.
VERIFY_SUSPECT(timeout=1500)
getProperties
public Properties getProperties()
getProtocolName
public String getProtocolName()
toString
public String toString()
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.