All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.remoting.transporter.LoadBalancer Maven / Gradle / Ivy

There is a newer version: 5.0.29.Final
Show newest version
package org.jboss.remoting.transporter;

import java.util.ArrayList;

/**
 * Inferface definition for any LoadBalancer implementation
 *
 * @author Jeanette Cheng
 */
public interface LoadBalancer
{
   public int selectServer(ArrayList serversList);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy