Class ChannelXmlConfigurator

java.lang.Object
org.jgroups.conf.XmlConfigurator
com.logicaldoc.enterprise.cluster.ChannelXmlConfigurator
All Implemented Interfaces:
org.jgroups.conf.ProtocolStackConfigurator

public class ChannelXmlConfigurator extends org.jgroups.conf.XmlConfigurator
Standard XML Configurators that makes use of our ChannelProtocolConfigurator to lookup variables from our LogicalDOC configuration file.
Since:
6.5
Author:
Marco Meschieri - LogicalDOC
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jgroups.conf.XmlConfigurator
     

    Methods inherited from class org.jgroups.conf.XmlConfigurator

    getInstance, getInstance, getInstance, getInstance, getProtocolStack, getProtocolStackString, getProtocolStackString, main, parseProtocols, replace

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details