Package | Description |
---|---|
org.jgroups.conf |
Provides ways to configure a protocol stack.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Method and Description |
---|---|
List<ProtocolConfiguration> |
XmlConfigurator.getProtocolStack() |
List<ProtocolConfiguration> |
ProtocolStackConfigurator.getProtocolStack() |
List<ProtocolConfiguration> |
PlainConfigurator.getProtocolStack() |
Constructor and Description |
---|
XmlConfigurator(List<ProtocolConfiguration> protocols) |
Modifier and Type | Method and Description |
---|---|
static List<ProtocolConfiguration> |
Configurator.parseConfigurations(String configuration)
Return a number of ProtocolConfigurations in a vector
|
Modifier and Type | Method and Description |
---|---|
protected static Protocol |
Configurator.createLayer(ProtocolStack stack,
ProtocolConfiguration config) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Map<String,Configurator.InetAddressInfo>> |
Configurator.createInetAddressMap(List<ProtocolConfiguration> protocol_configs,
List<Protocol> protocols) |
static String |
Configurator.printConfigurations(Collection<ProtocolConfiguration> configs) |
static void |
Configurator.setDefaultValues(List<ProtocolConfiguration> protocol_configs,
List<Protocol> protocols,
StackType ip_version) |
void |
ProtocolStack.setup(List<ProtocolConfiguration> configs) |
Protocol |
Configurator.setupProtocolStack(List<ProtocolConfiguration> config) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.