org.javagroups.conf
Class PlainConfigurator

java.lang.Object
  extended byorg.javagroups.conf.PlainConfigurator
All Implemented Interfaces:
ProtocolStackConfigurator

public class PlainConfigurator
extends java.lang.Object
implements ProtocolStackConfigurator

Title: Java Groups Communications Description: Contact me at filip@filip.net Copyright: Copyright (c) 2002 Company: www.filip.net

Version:
1.0 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.
Author:
Filip Hanik

Constructor Summary
PlainConfigurator(java.lang.String properties)
          Instantiates a PlainConfigurator with old style properties
 
Method Summary
 ProtocolData[] getProtocolStack()
          Throws a UnsupportedOperationException all the time.
 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

PlainConfigurator

public PlainConfigurator(java.lang.String properties)
Instantiates a PlainConfigurator with old style properties

Method Detail

getProtocolStackString

public java.lang.String getProtocolStackString()
returns the old style protocol string

Specified by:
getProtocolStackString in interface ProtocolStackConfigurator

getProtocolStack

public ProtocolData[] getProtocolStack()
Throws a UnsupportedOperationException all the time. No parsing implemented.

Specified by:
getProtocolStack in interface ProtocolStackConfigurator


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.