|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LBConfig
Configuration for the lb-config element.
LoadBalancer
Field Summary | |
---|---|
static String |
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType() . |
Fields inherited from interface com.sun.appserv.management.config.PropertiesAccess |
---|
PROPERTY_PREFIX |
Fields inherited from interface com.sun.appserv.management.config.ServerRefConfigCR |
---|
DISABLE_TIMEOUT_IN_MINUTES_KEY, ENABLED_KEY, LB_ENABLED_KEY |
Fields inherited from interface com.sun.appserv.management.config.ClusterRefConfigCR |
---|
LB_POLICY_KEY, LB_POLICY_MODULE_KEY |
Fields inherited from interface com.sun.appserv.management.base.Container |
---|
ATTR_CONTAINEE_J2EE_TYPES |
Method Summary | |
---|---|
Map<String,ClusterRefConfig> |
getClusterRefConfigMap()
Calls Container.getContaineeMap(XTypes.CLUSTER_REF_CONFIG ). |
boolean |
getHttpsRouting()
Returns a boolean flag indicating how load-balancer will route HTTPS requests. |
boolean |
getMonitoringEnabled()
Returns the boolean flag that determines whether monitoring is switched on or not. |
String |
getReloadPollIntervalInSeconds()
Returns the maximum period, in seconds, that a change to the load balancer configuration file takes before it is detected by the load balancer and the file reloaded. |
String |
getResponseTimeoutInSeconds()
Returns the period, in seconds, within which a server must return a response or otherwise it will be considered unhealthy. |
boolean |
getRouteCookieEnabled()
Returns the boolean flag that determines whether a route cookie is or is not enabled. |
Map<String,ServerRefConfig> |
getServerRefConfigMap()
Calls Container.getContaineeMap(XTypes.SERVER_REF_CONFIG ). |
void |
setHttpsRouting(boolean value)
Set the boolean flag indicating how load-balancer will route HTTPS requests. |
void |
setMonitoringEnabled(boolean value)
Set the boolean flag that determines whether monitoring is switched on or not. |
void |
setReloadPollIntervalInSeconds(String reloadPollIntervalInSeconds)
Set the maximum period, in seconds, that a change to the load balancer configuration file takes before it is detected by the load balancer and the file reloaded. |
void |
setResponseTimeoutInSeconds(String responseTimeoutInSeconds)
Set the period, in seconds, within which a server must return a response or otherwise it will be considered unhealthy. |
void |
setRouteCookieEnabled(boolean value)
Set the boolean flag that determines whether a route cookie is or is not enabled. |
Methods inherited from interface com.sun.appserv.management.config.PropertiesAccess |
---|
createProperty, existsProperty, getProperties, getPropertyNames, getPropertyValue, removeProperty, setPropertyValue |
Methods inherited from interface com.sun.appserv.management.config.ServerRefConfigCR |
---|
createServerRefConfig, createServerRefConfig, removeServerRefConfig |
Methods inherited from interface com.sun.appserv.management.config.ConfigRemover |
---|
removeConfig |
Methods inherited from interface com.sun.appserv.management.config.ClusterRefConfigCR |
---|
createClusterRefConfig, createClusterRefConfig, removeClusterRefConfig |
Methods inherited from interface com.sun.appserv.management.config.ConfigRemover |
---|
removeConfig |
Methods inherited from interface com.sun.appserv.management.base.Container |
---|
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap |
Field Detail |
---|
static final String J2EE_TYPE
AMX.getJ2EEType()
.
Method Detail |
---|
String getResponseTimeoutInSeconds()
void setResponseTimeoutInSeconds(String responseTimeoutInSeconds)
boolean getHttpsRouting()
void setHttpsRouting(boolean value)
String getReloadPollIntervalInSeconds()
void setReloadPollIntervalInSeconds(String reloadPollIntervalInSeconds)
boolean getMonitoringEnabled()
void setMonitoringEnabled(boolean value)
boolean getRouteCookieEnabled()
void setRouteCookieEnabled(boolean value)
Map<String,ClusterRefConfig> getClusterRefConfigMap()
Container.getContaineeMap(java.lang.String)
Map<String,ServerRefConfig> getServerRefConfigMap()
Container.getContaineeMap(java.lang.String)
|
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.