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

Security Roles:

     administrator
     operator


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

Security Roles:

     administrator
     operator


getDynamicClusterNames

public java.lang.String[] getDynamicClusterNames()

     return a String array of all the dynamic cluster names in the repository

Security Roles:

     administrator
     operator


getDynamicClusterURI

public java.lang.String getDynamicClusterURI(java.lang.String dynamicClusterName)

     return the URI for the DC

Parameters:

     dynamicClusterName - name of the dynamic cluster

Security Roles:

     administrator
     operator


getDynamicClusters

public java.lang.String[] getDynamicClusters()

     return a Collection of RepositoryContexts for the Dynamic Clusters

Security Roles:

     administrator
     operator


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

Security Roles:

     administrator
     operator


Copyright IBM Corp. 1996-2005