| Frames | No Frames |
Constructors with parameter type org.jgroups.conf.ProtocolStackConfigurator | |
Constructs a JChannel instance with the protocol stack
configuration contained by the protocol stack configurator parameter. | |
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 | ConfiguratorFactory.getStackConfigurator(Element element) Returns a protocol stack configurator based on the XML configuration
provided by the specified XML element. |
| ProtocolStackConfigurator | ConfiguratorFactory.getStackConfigurator(File file) Returns a protocol stack configurator based on the XML configuration
provided by the specified File. |
| ProtocolStackConfigurator | ConfiguratorFactory.getStackConfigurator(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 |
| ProtocolStackConfigurator | ConfiguratorFactory.getStackConfigurator(String properties) Returns a protocol stack configurator based on the provided properties
string. |
| ProtocolStackConfigurator | ConfiguratorFactory.getStackConfigurator(URL url) Returns a protocol stack configurator based on the XML configuration
provided at the specified URL. |