|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolStackConfigurator | |
org.jgroups | |
org.jgroups.conf |
Uses of ProtocolStackConfigurator in org.jgroups |
Constructors in org.jgroups with parameters of type ProtocolStackConfigurator | |
JChannel(ProtocolStackConfigurator configurator)
Constructs a JChannel 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 ProtocolStackConfigurator | |
class |
PlainConfigurator
A ProtocolStackConfigurator for the old style properties. |
class |
XmlConfigurator
|
Methods in org.jgroups.conf that return ProtocolStackConfigurator | |
static ProtocolStackConfigurator |
ConfiguratorFactory.getStackConfigurator(java.io.File file)
Returns a protocol stack configurator based on the XML configuration provided at the specified URL. |
static ProtocolStackConfigurator |
ConfiguratorFactory.getStackConfigurator(java.net.URL url)
Returns a protocol stack configurator based on the XML configuration provided at the specified URL. |
static ProtocolStackConfigurator |
ConfiguratorFactory.getStackConfigurator(org.w3c.dom.Element element)
Returns a protocol stack configurator based on the XML configuration provided by the specified XML element. |
static ProtocolStackConfigurator |
ConfiguratorFactory.getStackConfigurator(java.lang.String properties)
Returns a protocol stack configurator based on the provided properties string. |
static ProtocolStackConfigurator |
ConfiguratorFactory.getStackConfigurator(java.lang.Object properties)
Deprecated. Used by the JChannel(Object) constructor which has been deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |