|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.appserv.management.config.LbPolicyTypeValues
public final class LbPolicyTypeValues
EE only
Values which are legal to pass for the lb-policy-type.
See ClusterRefConfig.setLBPolicy(java.lang.String)
.
Field Summary | |
---|---|
static String |
ROUND_ROBIN
The default policy. |
static 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. |
static String |
WEIGHTED_ROUND_ROBIN
The weights of the instance are considered while load balancing. |
Constructor Summary | |
---|---|
LbPolicyTypeValues()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WEIGHTED_ROUND_ROBIN
public static final String USER_DEFINED
public static final String ROUND_ROBIN
Constructor Detail |
---|
public LbPolicyTypeValues()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.