org.jgroups.conf
Class PlainConfigurator
java.lang.Object
org.jgroups.conf.PlainConfigurator
- ProtocolStackConfigurator
public class PlainConfigurator
extends java.lang.Object
A ProtocolStackConfigurator for the old style properties.
Old style properties are referred to as the property string used by channel earlier
they look like this PROTOCOL(param=value;param=value):PROTOCOL:PROTOCOL
All it does is that it holds the string, it currently doesn't parse it at all.
PlainConfigurator(String properties) - Instantiates a PlainConfigurator with old style properties
|
PlainConfigurator
public PlainConfigurator(String properties)
Instantiates a PlainConfigurator with old style properties
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.