FileDocCategorySizeDatePackage
LoadBalancerConfig.javaAPI DocGlassfish v2 API3856Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

LoadBalancerConfig

public interface LoadBalancerConfig implements com.sun.appserv.management.config.PropertiesAccess, com.sun.appserv.management.config.AMXConfig, com.sun.appserv.management.config.NamedConfigElement
Configuration for the load-balancer element.
see
com.sun.appserv.management.ext.lb.LoadBalancer for the runtime counterpart of this config MBean

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
public static final String
DEVICE_HOST_PROPERTY
public static final String
DEVICE_ADMIN_PORT_PROPERTY
public static final String
IS_SECURE_PROPERTY
public static final String
SSL_PROXY_HOST_PROPERTY
public static final String
SSL_PROXY_PORT_PROPERTY
Constructors Summary
Methods Summary
public booleangetAutoApplyEnabled()
Return the boolean flag which indicates whether the changes to lb config will be pushed or not.

public java.lang.StringgetLbConfigName()
Return the name of the lb-config-name used by this load-balancer

public voidsetAutoApplyEnabled(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