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.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
JChannel.init(ProtocolStackConfigurator configurator) |
Constructor | Description |
---|---|
JChannel(ProtocolStackConfigurator configurator) |
Constructs a
JChannel instance with the protocol stack
configuration contained by the protocol stack configurator parameter. |
Modifier and Type | Class | Description |
---|---|---|
class |
PlainConfigurator |
A ProtocolStackConfigurator for the old style properties.
|
class |
XmlConfigurator |
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.lang.Object properties) |
Deprecated.
Used by the JChannel(Object) constructor which has been deprecated.
|
static ProtocolStackConfigurator |
ConfiguratorFactory.getStackConfigurator(java.lang.String properties) |
Returns a protocol stack configurator based on the provided properties
string.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
ConfiguratorFactory.substituteVariables(ProtocolStackConfigurator configurator) |
Replace variables of the form ${var:default} with the getProperty(var, default)
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.