org.jboss.cache.config.parsing
Class JGroupsStackParser

java.lang.Object
  extended by org.jboss.cache.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:
3.0
Author:
Mircea.Markus@jboss.com

Constructor Summary
JGroupsStackParser()
           
 
Method Summary
 String parseClusterConfigXml(Element config)
          Parses the cluster config which is used to start a JGroups channel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGroupsStackParser

public JGroupsStackParser()
Method Detail

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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.