com.sun.appserv.management.config
Interface ClusterRefConfig
- All Superinterfaces:
- AMX, AMXConfig, AMXMBeanLogging, ConfigElement, Container, Enabled, HealthCheckerConfigCR, NotificationBroadcaster, NotificationEmitter, RefConfig
public interface ClusterRefConfig
- extends RefConfig, HealthCheckerConfigCR, Container
represents the <server-ref> element.
Fields inherited from interface com.sun.appserv.management.base.AMX |
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
J2EE_TYPE
static final String J2EE_TYPE
- The j2eeType as returned by
AMX.getJ2EEType()
.
- See Also:
- Constant Field Values
getReferencedClusterName
String getReferencedClusterName()
- Since:
- Appserver 9.0
setReferencedClusterName
void setReferencedClusterName(String clusterName)
- Since:
- Appserver 9.0
getLBPolicy
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
LbPolicyTypeValues
.
setLBPolicy
void setLBPolicy(String value)
- EE only
Set the load balancing policy to be used for this cluster.
See
LbPolicyTypeValues
.
getLBPolicyModule
String getLBPolicyModule()
- EE only
Returns the absolute path to the shared library
implementing the
LbPolicyTypeValues.USER_DEFINED
policy.
setLBPolicyModule
void setLBPolicyModule(String lbPolicyModule)
- EE only
Sets the absolute path to the shared library implementing the
LbPolicyTypeValues.USER_DEFINED
policy.
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.