|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadBalancers
| Nested Class Summary | |
|---|---|
static class |
LoadBalancers.Duck
|
| Method Summary | |
|---|---|
List<LoadBalancer> |
getLoadBalancer()
Gets the value of the loadBalancer property. |
LoadBalancer |
getLoadBalancer(String name)
Return the load balancer config with the given name, or null if no such load balancer exists. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
List<LoadBalancer> getLoadBalancer()
set method for the loadBalancer property.
For example, to add a new item, do as follows:
getLoadBalancer().add(newItem);
Objects of the following type(s) are allowed in the list
LoadBalancer
@DuckTyped LoadBalancer getLoadBalancer(String name)
name - the name of the lb config
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||