org.apache.stratos.haproxy.extension
Class HAProxy

java.lang.Object
  extended by org.apache.stratos.haproxy.extension.HAProxy
All Implemented Interfaces:
LoadBalancer

public class HAProxy
extends Object
implements LoadBalancer

HAProxy load balancer life-cycle implementation.


Constructor Summary
HAProxy()
           
 
Method Summary
 void configure(org.apache.stratos.messaging.domain.topology.Topology topology)
           
 void reload(org.apache.stratos.messaging.domain.topology.Topology topology)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HAProxy

public HAProxy()
Method Detail

reload

public void reload(org.apache.stratos.messaging.domain.topology.Topology topology)
            throws LoadBalancerExtensionException
Specified by:
reload in interface LoadBalancer
Throws:
LoadBalancerExtensionException

configure

public void configure(org.apache.stratos.messaging.domain.topology.Topology topology)
               throws LoadBalancerExtensionException
Specified by:
configure in interface LoadBalancer
Throws:
LoadBalancerExtensionException

start

public void start()
           throws LoadBalancerExtensionException
Specified by:
start in interface LoadBalancer
Throws:
LoadBalancerExtensionException

stop

public void stop()
          throws LoadBalancerExtensionException
Specified by:
stop in interface LoadBalancer
Throws:
LoadBalancerExtensionException


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