DynamicClusterConfigUtil MBean

Partial ObjectName:
WebSphere:*,type=DynamicClusterConfigUtil


MBean DynamicClusterConfigUtil

MBean interface to the Dynamic Cluster Config Util


Operation Summary
java.lang.String[]getDynamicClusters(java.lang.String nodeGroupName)
           return a Collection of RepositoryContexts for the Dynamic Clusters
com.ibm.websphere.management.wlm.ClusterMemberData[]getDynamicClusterMembers(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
           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.StringgetDynamicClusterURI(java.lang.String dynamicClusterName)
           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(java.lang.String dynamicClusterName)
           return a Collection of Dynamic Cluster cluster members

Operation Detail

getDynamicClusters

public java.lang.String[] getDynamicClusters(java.lang.String nodeGroupName)
return a Collection of RepositoryContexts for the Dynamic Clusters
Parameters:
nodeGroupName - name of the node group

getDynamicClusterMembers

public com.ibm.websphere.management.wlm.ClusterMemberData[] getDynamicClusterMembers(java.lang.String nodeGroupName, java.lang.String dynamicClusterName)
return a Collection of Dynamic Cluster cluster members
Parameters:
nodeGroupName - name of the node group
dynamicClusterName - name of the dynamic cluster

getDynamicClusterNames

public java.lang.String[] getDynamicClusterNames()
return a String array of all the dynamic cluster names in the repository

getDynamicClusterURI

public java.lang.String getDynamicClusterURI(java.lang.String dynamicClusterName)
return the URI for the DC
Parameters:
dynamicClusterName - name of the dynamic cluster

getDynamicClusters

public java.lang.String[] getDynamicClusters()
return a Collection of RepositoryContexts for the Dynamic Clusters

getDynamicClusterMembers

public com.ibm.websphere.management.wlm.ClusterMemberData[] getDynamicClusterMembers(java.lang.String dynamicClusterName)
return a Collection of Dynamic Cluster cluster members
Parameters:
dynamicClusterName - name of the dynamic cluster

Copyright IBM Corp. 1996 - 2007