Java EE 5 SDK

com.sun.appserv.management.config
Interface LoadBalancerConfig

All Superinterfaces:
AMX, AMXConfig, AMXMBeanLogging, ConfigElement, NamedConfigElement, NotificationBroadcaster, NotificationEmitter, PropertiesAccess

public interface LoadBalancerConfig
extends AMXConfig, PropertiesAccess, NamedConfigElement

Configuration for the load-balancer element.

See Also:
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

J2EE_TYPE

static final String J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType().

See Also:
Constant Field Values

DEVICE_HOST_PROPERTY

static final String DEVICE_HOST_PROPERTY
See Also:
Constant Field Values

DEVICE_ADMIN_PORT_PROPERTY

static final String DEVICE_ADMIN_PORT_PROPERTY
See Also:
Constant Field Values

SSL_PROXY_HOST_PROPERTY

static final String SSL_PROXY_HOST_PROPERTY
See Also:
Constant Field Values

SSL_PROXY_PORT_PROPERTY

static final String SSL_PROXY_PORT_PROPERTY
See Also:
Constant Field Values
Method Detail

getLbConfigName

String getLbConfigName()
Return the name of the lb-config-name used by this load-balancer


getAutoApplyEnabled

boolean getAutoApplyEnabled()
Return the boolean flag which indicates whether the changes to lb config will be pushed or not.


setAutoApplyEnabled

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


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.