Methods Summary |
---|
public java.lang.String | getLBPolicy()EE only
Load balancing policy to be used for this cluster. Possible
values are round-robin , weighted-round-robin or
user-defined. round-robin is the default. For
weighted-round-robin, the weights of the instance are
considered while load balancing. For 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.
Return load balancing policy to be used for this cluster. Possible
values are: See {@link LbPolicyTypeValues}.
|
public java.lang.String | getLBPolicyModule()EE only
Returns the absolute path to the shared library
implementing the {@link LbPolicyTypeValues#USER_DEFINED} policy.
|
public java.lang.String | getReferencedClusterName()
|
public void | setLBPolicy(java.lang.String value)EE only
Set the load balancing policy to be used for this cluster.
See {@link com.sun.appserv.management.config.LbPolicyTypeValues}.
|
public void | setLBPolicyModule(java.lang.String lbPolicyModule)EE only
Sets the absolute path to the shared library implementing the
{@link LbPolicyTypeValues#USER_DEFINED} policy.
|
public void | setReferencedClusterName(java.lang.String clusterName)
|