org.jgroups.conf |
Provides ways to configure a protocol stack.
|
Java Source File Name | Type | Comment |
ClassConfigurator.java | Class | This class will be replaced with the class that read info
from the magic number configurator that reads info from the xml file.
The name and the relative path of the magic number map file can be specified
as value of the property org.jgroups.conf.magicNumberFile .
It must be relative to one of the classpath elements, to allow the
classloader to locate the file. |
ClassMap.java | Class | |
ConfiguratorFactory.java | Class | The ConfigurationFactory is a factory that returns a protocol stack configurator.
The protocol stack configurator is an object that read a stack configuration and
parses it so that the ProtocolStack can create a stack.
Currently the factory returns one of the following objects:
1. |
MagicNumberReader.java | Class | |
PlainConfigurator.java | Class | A ProtocolStackConfigurator for the old style properties. |
ProtocolData.java | Class | |
ProtocolParameter.java | Class | |
ProtocolStackConfigurator.java | Interface | |
XmlConfigurator.java | Class | |