|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by objects that represent Cluster Environment profiles for configuring load balancing.
It contains the element type CLUSTER_ENV, which defines the Cluster Environment type of a Load Balancing Container. This interface also contains names of properties whose values can be retrieved and set using the getProperty and setProperty methods.
Field Summary | |
static String |
CLUSTER_ENV
The Cluster Environment type of a Load Balancing Container |
static String |
PROP_ACTIVE_CACHE_MGR_GROUP
The name of the Active Cache Manager Group. |
static String |
PROP_ACTIVE_CACHE_MGR_GROUP_ID
The ID of the active Cache Manager Group. |
static String |
PROP_ACTIVE_CLUSTER
The name of the Active Cluster. |
static String |
PROP_ACTIVE_CLUSTER_ID
The ID of the active Cluster. |
static String |
PROP_ACTIVE_DISP_GROUP
The name of the Active Dispatcher Group. |
static String |
PROP_ACTIVE_DISPATCHER_GROUP_ID
The ID of the active Dispatcher Group. |
static String |
PROP_ACTIVE_LOAD_MGR_GROUP
The name of the Active Load Manager Group. |
static String |
PROP_ACTIVE_LOAD_MGR_GROUP_ID
The ID of the active Load Manager Group. |
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmLBContainer |
CACHE_MGR_GROUP,
CLUSTER,
DISP_GROUP,
LOAD_MGR_GROUP,
PROP_DATE_CREATED,
PROP_DATE_LASTMOD,
PROP_DISP_GROUP_ID |
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 |
Method Summary | |
boolean |
isEmpty()
Check to see if there are any elements within the Cluster Environment. |
void |
shutdown()
Shut down the currently active cluster. |
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 |
public static final String CLUSTER_ENV
public static final String PROP_ACTIVE_CLUSTER
public static final String PROP_ACTIVE_CACHE_MGR_GROUP
public static final String PROP_ACTIVE_LOAD_MGR_GROUP
public static final String PROP_ACTIVE_DISP_GROUP
public static final String PROP_ACTIVE_CLUSTER_ID
public static final String PROP_ACTIVE_CACHE_MGR_GROUP_ID
public static final String PROP_ACTIVE_LOAD_MGR_GROUP_ID
public static final String PROP_ACTIVE_DISPATCHER_GROUP_ID
Method Detail |
public boolean isEmpty()
AgiAdmLBClusterEnv env = (AgiAdmLBClusterEnv)server.getElement null, AgiAdmLBClusterEnv.CLUSTER_ENV, null); boolean isClusterEmpty = env.isEmpty();
public void shutdown() throws AgoUnrecoverableSystemException, AgoSecurityException
AgiAdmLBClusterEnv env = (AgiAdmLBClusterEnv)server.getElement null, AgiAdmLBClusterEnv.CLUSTER_ENV, null); env.shutdown();
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |