|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoadBalancerConfig
Configuration for the load-balancer element.
for the runtime
counterpart of this config MBean
Field Summary | |
---|---|
static String |
DEVICE_ADMIN_PORT_PROPERTY
|
static String |
DEVICE_HOST_PROPERTY
|
static String |
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType() . |
static String |
SSL_PROXY_HOST_PROPERTY
|
static String |
SSL_PROXY_PORT_PROPERTY
|
Fields inherited from interface com.sun.appserv.management.config.PropertiesAccess |
---|
PROPERTY_PREFIX |
Method Summary | |
---|---|
boolean |
getAutoApplyEnabled()
Return the boolean flag which indicates whether the changes to lb config will be pushed or not. |
String |
getLbConfigName()
Return the name of the lb-config-name used by this load-balancer |
void |
setAutoApplyEnabled(boolean value)
Set the boolean flag to indicate whether the changes to lb config will be pushed or not i.e. if true, changes will be pushed immediately |
Methods inherited from interface com.sun.appserv.management.config.PropertiesAccess |
---|
createProperty, existsProperty, getProperties, getPropertyNames, getPropertyValue, removeProperty, setPropertyValue |
Field Detail |
---|
static final String J2EE_TYPE
AMX.getJ2EEType()
.
static final String DEVICE_HOST_PROPERTY
static final String DEVICE_ADMIN_PORT_PROPERTY
static final String SSL_PROXY_HOST_PROPERTY
static final String SSL_PROXY_PORT_PROPERTY
Method Detail |
---|
String getLbConfigName()
boolean getAutoApplyEnabled()
void setAutoApplyEnabled(boolean value)
|
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.