|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterRefConfigCR
Supports creation and removal of server references.
Field Summary | |
---|---|
static String |
LB_POLICY_KEY
|
static String |
LB_POLICY_MODULE_KEY
|
Method Summary | |
---|---|
ClusterRefConfig |
createClusterRefConfig(String clusterName,
Map<String,String> reserved)
Creates a new cluster-ref for an lb-config. |
ClusterRefConfig |
createClusterRefConfig(String referencedClusterName,
String lbPolicy,
String lbPolicyModule)
Creates a new cluster-ref. |
void |
removeClusterRefConfig(String clusterName)
Removes a cluster-ref for an lb-config. |
Methods inherited from interface com.sun.appserv.management.config.ConfigRemover |
---|
removeConfig |
Field Detail |
---|
static final String LB_POLICY_KEY
static final String LB_POLICY_MODULE_KEY
Method Detail |
---|
ClusterRefConfig createClusterRefConfig(String clusterName, Map<String,String> reserved)
clusterName
- A reference to the name of a cluster.reserved
- reserved for future use
ClusterRefConfig createClusterRefConfig(String referencedClusterName, String lbPolicy, String lbPolicyModule)
referencedClusterName
- name of the cluster.lbPolicy
- load balancing policy for this clusterlbPolicyModule
- absolute path to the shared library implementing
the user-defined policy.
void removeClusterRefConfig(String clusterName)
clusterName
- A reference to the name of a cluster.
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.