Uses of Interface
org.javagroups.conf.ProtocolStackConfigurator

Packages that use ProtocolStackConfigurator
org.javagroups.conf   
 

Uses of ProtocolStackConfigurator in org.javagroups.conf
 

Classes in org.javagroups.conf that implement ProtocolStackConfigurator
 class PlainConfigurator
          A ProtocolStackConfigurator for the old style properties.
 class XmlConfigurator
           
 

Methods in org.javagroups.conf that return ProtocolStackConfigurator
static ProtocolStackConfigurator ConfiguratorFactory.getStackConfigurator(java.lang.Object properties)
          Returns a protocol stack configurator based on the properties passed in.
If the properties parameter is a plain string UDP:FRAG:MERGE:GMS etc, a PlainConfigurator is returned.
If the properties parameter is a string that represents a url for example http://www.filip.net/test.xml or the parameter is a java.net.URL object, an XmlConfigurator is returned
 



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