|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.conf.PlainConfigurator
public class PlainConfigurator
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.
Constructor Summary | |
---|---|
PlainConfigurator(java.lang.String properties)
Instantiates a PlainConfigurator with old style properties |
Method Summary | |
---|---|
java.util.List<ProtocolConfiguration> |
getProtocolStack()
|
java.lang.String |
getProtocolStackString()
returns the old style protocol string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlainConfigurator(java.lang.String properties)
Method Detail |
---|
public java.lang.String getProtocolStackString()
getProtocolStackString
in interface ProtocolStackConfigurator
public java.util.List<ProtocolConfiguration> getProtocolStack()
getProtocolStack
in interface ProtocolStackConfigurator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |