Uses of Interface
com.sun.enterprise.config.serverbeans.LoadBalancer

Packages that use LoadBalancer
com.sun.enterprise.config.serverbeans   
 

Uses of LoadBalancer in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return LoadBalancer
static LoadBalancer LoadBalancers.Duck.getLoadBalancer(LoadBalancers instance, java.lang.String name)
           
 LoadBalancer LoadBalancers.getLoadBalancer(java.lang.String name)
          Return the load balancer config with the given name, or null if no such load balancer exists.
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type LoadBalancer
 java.util.List<LoadBalancer> LoadBalancers.getLoadBalancer()
          Gets the value of the loadBalancer property.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type LoadBalancer
 void LoadBalancer.DeleteDecorator.decorate(AdminCommandContext context, LoadBalancers parent, LoadBalancer child)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.