Java EE 5 SDK

com.sun.appserv.management.config
Class LbPolicyTypeValues

java.lang.Object
  extended by com.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 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

WEIGHTED_ROUND_ROBIN

public static final String WEIGHTED_ROUND_ROBIN
The weights of the instance are considered while load balancing.

See Also:
Constant Field Values

USER_DEFINED

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.

See Also:
Constant Field Values

ROUND_ROBIN

public static final String ROUND_ROBIN
The default policy.

See Also:
Constant Field Values
Constructor Detail

LbPolicyTypeValues

public LbPolicyTypeValues()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.