org.infinispan.config.parsing
Class JGroupsStackParser
java.lang.Object
org.infinispan.config.parsing.JGroupsStackParser
public class JGroupsStackParser
- extends Object
The purpose of this class is to parse the jgroups configuration from the config file into an compact string that can
be passed as a config to the channel.
- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGroupsStackParser
public JGroupsStackParser()
parseClusterConfigXml
public String parseClusterConfigXml(Element config)
- Parses the cluster config which is used to start a JGroups channel
- Parameters:
config
- an old-style JGroups protocol config String
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.