Package org.jgroups.fork
Class ForkConfig
java.lang.Object
org.jgroups.fork.ForkConfig
Parses the fork-stacks.xsd schema. See conf/fork-stacks.xml for an example
- Since:
- 3.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidstatic Map<String, List<ProtocolConfiguration>> parse(InputStream input) Parses the input and returns a map of fork-stack IDs and lists of ProtocolConfigurationsstatic Map<String, List<ProtocolConfiguration>> protected static voidparseForkStack(Map<String, List<ProtocolConfiguration>> map, XmlNode root)
-
Field Details
-
FORK_STACKS
- See Also:
-
FORK_STACK
- See Also:
-
ID
- See Also:
-
-
Constructor Details
-
ForkConfig
private ForkConfig()
-
-
Method Details
-
parse
Parses the input and returns a map of fork-stack IDs and lists of ProtocolConfigurations- Throws:
Exception
-
parse
- Throws:
Exception
-
parseForkStack
protected static void parseForkStack(Map<String, List<ProtocolConfiguration>> map, XmlNode root) throws Exception- Throws:
Exception
-
match
- Throws:
Exception
-