org.jboss.remoting.transporter
Class DefaultLoadBalancer

java.lang.Object
  extended by org.jboss.remoting.transporter.DefaultLoadBalancer
All Implemented Interfaces:
java.io.Serializable, LoadBalancer

public class DefaultLoadBalancer
extends java.lang.Object
implements LoadBalancer, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DefaultLoadBalancer()
           
 
Method Summary
 int selectServer(java.util.ArrayList servers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLoadBalancer

public DefaultLoadBalancer()
Method Detail

selectServer

public int selectServer(java.util.ArrayList servers)
Specified by:
selectServer in interface LoadBalancer


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.