public interface LoadBalancingStrategy
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
selectContainer(ClientInfo requestor,
ContainerInfo[] containers)
Select the most appropriate (i.e.
|
java.lang.String selectContainer(ClientInfo requestor, ContainerInfo[] containers)
requestor - client (or component) requiring component.containers - all registered containers, can be null when no containers are logged in.null if failed.