org.apache.stratos.haproxy.extension
Class HAProxyConfigWriter

java.lang.Object
  extended by org.apache.stratos.haproxy.extension.HAProxyConfigWriter

public class HAProxyConfigWriter
extends Object

HAProxy load balancer configuration writer.


Constructor Summary
HAProxyConfigWriter(String templatePath, String templateName, String confFilePath, String statsSocketFilePath)
           
 
Method Summary
 void write(org.apache.stratos.messaging.domain.topology.Topology topology)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HAProxyConfigWriter

public HAProxyConfigWriter(String templatePath,
                           String templateName,
                           String confFilePath,
                           String statsSocketFilePath)
Method Detail

write

public void write(org.apache.stratos.messaging.domain.topology.Topology topology)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.