SilverStream
Application Server 3.5

com.sssw.rts.adminapi
Interface AgiAdmLBContainer

All Superinterfaces:
AgiAdmChanges, AgiAdmContainerBase, AgiAdmElementBase, AgiAdmLBElement, AgiAdmPropertyBag
All Known Subinterfaces:
AgiAdmCluster, AgiAdmLBClusterEnv

public interface AgiAdmLBContainer
extends AgiAdmLBElement, AgiAdmChanges, AgiAdmContainerBase

Implemented by objects that represent the "top level" (container) items for configuring load balancing, such as Cache Manager Groups, Clusters, etc. These items contain the "front line" ones, such as Cache Managers, Cluster Servers, etc.


Field Summary
static String CACHE_MGR_GROUP
          The Cache Manager Group type of load balancing container object.
static String CLUSTER
          Deprecated. Use AgiAdmCluster.CLUSTER.

The Cluster type of load balancing container object.

static String DISP_GROUP
          The Dispatcher Group type of load balancing container object.
static String LOAD_MGR_GROUP
          The Load Manager Group type of load balancing container object.
static String PROP_DATE_CREATED
          The Date Created property for a load balancing container object.
static String PROP_DATE_LASTMOD
          The Date Last Modified property for a load balancing container object.
static String PROP_DISP_GROUP_ID
          The Dispatcher Group ID property.
 
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmLBElement
CACHE_MGR, CLUSTER_SERVER, DISPATCHER, LOAD_MGR, PROP_HOST, PROP_HTTP_PORT, PROP_HTTPS_PORT_DSA, PROP_HTTPS_PORT_RSA, PROP_ID, PROP_OLD_HOST, PROP_OLD_PORT, PROP_PORT, PROP_WEIGHT
 
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmContainerBase
GET_CHILDREN_DFLT
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmChanges
cancelChanges, saveChanges
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmContainerBase
addChild, getChild, getChildren
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmPropertyBag
getProperties, getProperty, setProperties, setProperty
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElementBase
delete, getName, getType
 

Field Detail

CACHE_MGR_GROUP

public static final String CACHE_MGR_GROUP
The Cache Manager Group type of load balancing container object.

CLUSTER

public static final String CLUSTER
Deprecated. Use AgiAdmCluster.CLUSTER.

The Cluster type of load balancing container object.


LOAD_MGR_GROUP

public static final String LOAD_MGR_GROUP
The Load Manager Group type of load balancing container object.

DISP_GROUP

public static final String DISP_GROUP
The Dispatcher Group type of load balancing container object.

PROP_DISP_GROUP_ID

public static final String PROP_DISP_GROUP_ID
The Dispatcher Group ID property. Value type: Integer.

Only the Load Manager Groups (AgiAdmLBContainer.LOAD_MGR_GROUP) have this property. It must be set in order for a Load Manager Group to be added.

Usage: in getProperty, setProperty


PROP_DATE_CREATED

public static final String PROP_DATE_CREATED
The Date Created property for a load balancing container object. Value type: Date.

Usage: in getProperty


PROP_DATE_LASTMOD

public static final String PROP_DATE_LASTMOD
The Date Last Modified property for a load balancing container object. Value type: Date.

Usage: in getProperty


SilverStream
Application Server 3.5