Uses of Interface
org.jgroups.conf.ProtocolStackConfigurator
-
Packages that use ProtocolStackConfigurator Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of ProtocolStackConfigurator in org.jgroups
Methods in org.jgroups with parameters of type ProtocolStackConfigurator Modifier and Type Method Description protected JChannel
JChannel. init(ProtocolStackConfigurator configurator)
Constructors in org.jgroups with parameters of type ProtocolStackConfigurator Constructor Description JChannel(ProtocolStackConfigurator configurator)
Constructs a JChannel 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 ProtocolStackConfigurator Modifier and Type Class Description class
XmlConfigurator
Uses XML to configure a protocol stackMethods in org.jgroups.conf that return ProtocolStackConfigurator Modifier and Type Method Description static ProtocolStackConfigurator
ConfiguratorFactory. getStackConfigurator(java.io.File file)
Returns a protocol stack configurator based on the XML configuration provided by the specified File.static ProtocolStackConfigurator
ConfiguratorFactory. getStackConfigurator(java.io.InputStream input)
static ProtocolStackConfigurator
ConfiguratorFactory. getStackConfigurator(java.lang.String properties)
Returns a protocol stack configurator based on the provided properties string.
-