|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects that implement this interface represent clustered SilverStream servers.
AgiAdmLBElement
,
AgiAdmCluster
Field Summary | |
static String |
CLUSTER_SERVER
The Cluster Server type of a load balancing element. |
static String |
PROP_CMGR_RECONNECT_SLEEP_INTERVAL
The sleep interval between series of attempts to make contact with SilverStream Cache Manager. |
static String |
PROP_CMGR_RECONNECT_TRY_COUNT
The number of series of attempts to make contact with SilverStream Cache Manager. |
static String |
PROP_CMGR_START_SLEEP_INTERVAL
The sleep interval between attempts to make contact with SilverStream Cache Manager. |
static String |
PROP_CMGR_START_TRY_COUNT
The number of attempts to make contact with SilverStream Cache Manager. |
static String |
PROP_LB_CONNECT_SLEEP_COUNT
The number of series of attempts to make contact with SilverStream Load Balancer. |
static String |
PROP_LB_CONNECT_SLEEP_INTERVAL
The sleep interval between series of attempts to make contact with SilverStream Load Balancer. |
static String |
PROP_LB_CONNECT_TRY_COUNT
The number of attempts to make contact with SilverStream Load Balancer. |
static String |
PROP_LB_CONNECT_TRY_INTERVAL
The interval between attempts to make contact SilverStream Load Balancer. |
static String |
PROP_WEIGHT
The cluster server weight 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.AgiAdmContainer |
GET_CHILDREN_EX,
GET_CHILDREN_NTDOMAINS_PRIMARY_ONLY,
GET_CHILDREN_NTDOMAINS_TRUSTED_ONLY,
GET_CHILDREN_SORTED,
GET_CHILDREN_WITH_INFO |
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmElement |
ACL_KEY,
APPLY_TO_DESC,
APPLY_TO_DESC_SUPPORTED,
DIRECTORY_LIST_SECURITY,
GET_PERMS_AS_ACL,
GET_PERMS_DEFAULT,
PROP_CERTIFICATE,
PROP_DESCRIPTION,
PROP_DOMAIN,
PROP_FULL_NAME,
PROP_IS_LOCKSMITH,
PROP_LDAP_SERVER,
PROP_NAME,
PROP_NISPLUS_SERVER,
PROP_PARENT_URL,
PROP_PASSWORD,
PROP_QUAL_NAME,
PROP_TYPE,
PROP_URL,
REQUIRE_LOGIN,
REQUIRE_LOGIN_SUPPORTED |
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmContainerBase |
GET_CHILDREN_DFLT |
Methods implemented from interface com.sssw.rts.acl.AgiPrincipalFactory |
getCurrentPrincipal,
getWorldPrincipal,
isWorldPrincipal,
parseGroup,
parseUser |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElement |
getPermissions,
getServerURL,
getURL,
getVariables,
isAuthorized,
setPermissions |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmContainerBase |
addChild,
getChild,
getChildren |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmChanges |
cancelChanges,
saveChanges |
Field Detail |
public static final String CLUSTER_SERVER
public static final String PROP_WEIGHT
public static final String PROP_LB_CONNECT_SLEEP_INTERVAL
Value type: Integer. Default value: 10 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_LB_CONNECT_SLEEP_INTERVAL to set the value on the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_SLEEP_INTERVAL to set the value on the level of a cluster server.
public static final String PROP_LB_CONNECT_SLEEP_COUNT
Value type: Integer. Default value: 10 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_LB_CONNECT_SLEEP_COUNT to set the value on the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_SLEEP_COUNT to set the value on the level of a cluster server.
public static final String PROP_LB_CONNECT_TRY_INTERVAL
Value type: Integer. Default value: 30 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_LB_CONNECT_TRY_INTERVAL to set the value on the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_TRY_INTERVAL to set the value on the level of a cluster server.
public static final String PROP_LB_CONNECT_TRY_COUNT
Value type: Integer. Default value: 10 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_LB_CONNECT_TRY_COUNT to set the value on the cluster level or AgiAdmClusterServer.PROP_LB_CONNECT_TRY_COUNT to set the value on the level of a cluster server.
public static final String PROP_CMGR_RECONNECT_SLEEP_INTERVAL
Value type: Integer. Default value: 10 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_CMGR_RECONNECT_SLEEP_INTERVAL to set the value on the cluster level or AgiAdmClusterServer.PROP_CMGR_RECONNECT_SLEEP_INTERVAL to set the value on the level of a cluster server.
public static final String PROP_CMGR_RECONNECT_TRY_COUNT
Value type: Integer. Default value: 10 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_CMGR_RECONNECT_TRY_COUNT to set the value on the cluster level or AgiAdmClusterServer.PROP_CMGR_RECONNECT_TRY_COUNT to set the value on the level of a cluster server.
public static final String PROP_CMGR_START_SLEEP_INTERVAL
Value type: Integer. Default value: 30 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_CMGR_START_SLEEP_INTERVAL to set the value on the cluster level or AgiAdmClusterServer.PROP_CMGR_START_SLEEP_INTERVAL to set the value on the level of a cluster server.
public static final String PROP_CMGR_START_TRY_COUNT
Value type: Integer. Default value: 10 seconds.
Usage: setProperty, getProperty.
Use AgiAdmCluster.PROP_CMGR_START_TRY_COUNT to set the value on the cluster level or AgiAdmClusterServer.PROP_CMGR_START_TRY_COUNT to set the value on the level of a cluster server.
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |