Uses of Interface
org.jgroups.conf.ProtocolStackConfigurator
Packages that use ProtocolStackConfigurator
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides ways to configure a protocol stack.
-
Uses of ProtocolStackConfigurator in org.jgroups
Methods in org.jgroups with parameters of type ProtocolStackConfiguratorModifier and TypeMethodDescriptionprotected final void
JChannel.init
(ProtocolStackConfigurator configurator) Constructors in org.jgroups with parameters of type ProtocolStackConfiguratorModifierConstructorDescriptionJChannel
(ProtocolStackConfigurator configurator) Constructs aJChannel
instance with the protocol stack configuration contained by the protocol stack configurator parameter. -
Uses of ProtocolStackConfigurator in org.jgroups.conf
Classes in org.jgroups.conf that implement ProtocolStackConfiguratorModifier and TypeClassDescriptionclass
A ProtocolStackConfigurator for the old style properties.class
Methods in org.jgroups.conf that return ProtocolStackConfiguratorModifier and TypeMethodDescriptionstatic ProtocolStackConfigurator
ConfiguratorFactory.getStackConfigurator
(File file) Returns a protocol stack configurator based on the XML configuration provided by the specified File.static ProtocolStackConfigurator
ConfiguratorFactory.getStackConfigurator
(Object properties) Deprecated.Used by the JChannel(Object) constructor which has been deprecated.static ProtocolStackConfigurator
ConfiguratorFactory.getStackConfigurator
(String properties) Returns a protocol stack configurator based on the provided properties string.static ProtocolStackConfigurator
ConfiguratorFactory.getStackConfigurator
(URL url) Returns a protocol stack configurator based on the XML configuration provided at the specified URL.static ProtocolStackConfigurator
ConfiguratorFactory.getStackConfigurator
(Element element) Returns a protocol stack configurator based on the XML configuration provided by the specified XML element.Methods in org.jgroups.conf with parameters of type ProtocolStackConfiguratorModifier and TypeMethodDescriptionstatic void
ConfiguratorFactory.substituteVariables
(ProtocolStackConfigurator configurator) Replace variables of the form ${var:default} with the getProperty(var, default)