Uses of Interface
org.apache.axis2.clustering.LoadBalanceEventHandler

Packages that use LoadBalanceEventHandler
org.apache.axis2.clustering   
 

Uses of LoadBalanceEventHandler in org.apache.axis2.clustering
 

Methods in org.apache.axis2.clustering that return LoadBalanceEventHandler
 LoadBalanceEventHandler ClusterManager.getLoadBalanceEventHandler(java.lang.String applicationDomain)
          Get the LoadBalanceEventHandler which corresponds to the applicationDomain This will be valid only when this node is running in loadBalance mode
 

Methods in org.apache.axis2.clustering with parameters of type LoadBalanceEventHandler
 void ClusterManager.addLoadBalanceEventHandler(LoadBalanceEventHandler eventHandler, java.lang.String applicationDomain)
          Set the load balance event handler which will be notified when load balance events occur.
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.