WebSphere:*,type=DynamicClusterConfigUtilMBean DynamicClusterConfigUtil
MBean interface to the Dynamic Cluster Config Util
Operation Summary | |
|---|---|
java.lang.String[] | getDynamicClusters(return a Collection of RepositoryContexts for the Dynamic Clusters |
com.ibm.websphere.management.wlm.ClusterMemberData[] | getDynamicClusterMembers(return a Collection of Dynamic Cluster cluster members |
java.lang.String[] | getDynamicClusterNames()return a String array of all the dynamic cluster names in the repository |
java.lang.String | getDynamicClusterURI(return the URI for the DC |
java.lang.String[] | getDynamicClusters()return a Collection of RepositoryContexts for the Dynamic Clusters |
com.ibm.websphere.management.wlm.ClusterMemberData[] | getDynamicClusterMembers(return a Collection of Dynamic Cluster cluster members |
Operation Detail |
|---|
public java.lang.String[] getDynamicClusters(java.lang.String nodeGroupName)
return a Collection of RepositoryContexts for the Dynamic Clusters nodeGroupName -
name of the node group
administrator
operator
public com.ibm.websphere.management.wlm.ClusterMemberData[] getDynamicClusterMembers(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
return a Collection of Dynamic Cluster cluster members nodeGroupName -
name of the node group dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String[] getDynamicClusterNames()
return a String array of all the dynamic cluster names in the repository administrator
operator
public java.lang.String getDynamicClusterURI(java.lang.String dynamicClusterName)
return the URI for the DC dynamicClusterName -
name of the dynamic cluster
administrator
operator
public java.lang.String[] getDynamicClusters()
return a Collection of RepositoryContexts for the Dynamic Clusters administrator
operator
public com.ibm.websphere.management.wlm.ClusterMemberData[] getDynamicClusterMembers(java.lang.String dynamicClusterName)
return a Collection of Dynamic Cluster cluster members dynamicClusterName -
name of the dynamic cluster
administrator
operator