FileDocCategorySizeDatePackage
LbPolicyTypeValues.javaAPI DocGlassfish v2 API2867Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

LbPolicyTypeValues

public final class LbPolicyTypeValues extends Object
EE only Values which are legal to pass for the lb-policy-type. See {@link ClusterRefConfig#setLBPolicy}.

Fields Summary
public static final String
WEIGHTED_ROUND_ROBIN
The weights of the instance are considered while load balancing.
public static final String
USER_DEFINED
The policy is implemented by a shared library which is loaded by the load balancer and the instance selected is delegated to the loaded module.
public static final String
ROUND_ROBIN
The default policy.
Constructors Summary
Methods Summary