Uses of Interface org.jgroups.conf.ProtocolStackConfigurator

Uses in package org.jgroups

Constructors with parameter type org.jgroups.conf.ProtocolStackConfigurator

Constructs a JChannel instance with the protocol stack configuration contained by the protocol stack configurator parameter.

Uses in package org.jgroups.conf

Classes implementing org.jgroups.conf.ProtocolStackConfigurator

class
A ProtocolStackConfigurator for the old style properties.
class
Uses XML to configure a protocol stack

Methods with return type org.jgroups.conf.ProtocolStackConfigurator

ProtocolStackConfigurator
Returns a protocol stack configurator based on the XML configuration provided by the specified XML element.
ProtocolStackConfigurator
Returns a protocol stack configurator based on the XML configuration provided at the specified URL.
ProtocolStackConfigurator
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
ProtocolStackConfigurator
Returns a protocol stack configurator based on the provided properties string.
ProtocolStackConfigurator
Returns a protocol stack configurator based on the XML configuration provided at the specified URL.

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.