MBean

Partial ObjectName:
WebSphere:*,type=


MBean

MBean interface to the Dynamic Cluster Config Util


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

Operation Detail

getDynamicClusters

public java.lang.String[] getDynamicClusters( 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( nodeGroupName,  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  getDynamicClusterURI( 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( dynamicClusterName)
return a Collection of Dynamic Cluster cluster members
Parameters:
dynamicClusterName - name of the dynamic cluster

Copyright IBM Corp. 1996 - 2007