|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolStackConfigurator | |
org.javagroups.conf |
Uses of ProtocolStackConfigurator in org.javagroups.conf |
Classes in org.javagroups.conf that implement ProtocolStackConfigurator | |
class |
PlainConfigurator
Title: Java Groups Communications Description: Contact me at filip@filip.net Copyright: Copyright (c) 2002 Company: www.filip.net |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |