Package org.jgroups.conf
Class PlainConfigurator
java.lang.Object
org.jgroups.conf.PlainConfigurator
- All Implemented Interfaces:
ProtocolStackConfigurator
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.
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.
- Version:
- 1.0
- Author:
- Filip Hanik (filip@filip.net)
-
Constructor Summary
ConstructorsConstructorDescriptionPlainConfigurator
(String properties) Instantiates a PlainConfigurator with old style properties -
Method Summary
Modifier and TypeMethodDescriptionThrows a UnsupportedOperationException all the time.returns the old style protocol string
-
Constructor Details
-
PlainConfigurator
Instantiates a PlainConfigurator with old style properties
-
-
Method Details
-
getProtocolStackString
returns the old style protocol string- Specified by:
getProtocolStackString
in interfaceProtocolStackConfigurator
-
getProtocolStack
Throws a UnsupportedOperationException all the time. No parsing implemented.- Specified by:
getProtocolStack
in interfaceProtocolStackConfigurator
-