ClusterMgr MBean

Partial ObjectName:
WebSphere:*,type=ClusterMgr


MBean ClusterMgr

The Cluster Manager MBean provides access to cluster and cluster member information for the cell.


Operation Summary

ClusterData[]retrieveClusters()
           Retrieve an array of ClusterData objects which include information such as the cluster name, the JMX object name, etc.
ClusterDataretrieveCluster(java.lang.String clusterName)
           Retrieve the ClusterData object for the specified cluster.
ClusterDataretrieveClusterByMember(java.lang.String memberName, java.lang.String nodeName)
           Retrieve the ClusterData object for the cluster that contains the specified member.
java.lang.StringgetServerState(java.lang.String memberName, java.lang.String nodeName)
           Get the State of the specified member.
java.lang.StringgetClusterState(java.lang.String clusterName)
           Get the State of the specified cluster.

Operation Detail

retrieveClusters

public ClusterData[] retrieveClusters()

     Retrieve an array of ClusterData objects which include information such as the cluster name, the JMX object name, etc.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


retrieveCluster

public ClusterData retrieveCluster(java.lang.String clusterName)

     Retrieve the ClusterData object for the specified cluster.

Parameters:

     clusterName - The name of the cluster to retrieve information for.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


retrieveClusterByMember

public ClusterData retrieveClusterByMember(java.lang.String memberName, java.lang.String nodeName)

     Retrieve the ClusterData object for the cluster that contains the specified member.

Parameters:

     memberName - The name of the desired cluster member.
     nodeName - The name of the node where the cluster member is configured.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getServerState

public java.lang.String getServerState(java.lang.String memberName, java.lang.String nodeName)

     Get the State of the specified member.

Parameters:

     memberName - The name of the desired cluster member.
     nodeName - The name of the node where the cluster member is configured.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


getClusterState

public java.lang.String getClusterState(java.lang.String clusterName)

     Get the State of the specified cluster.

Parameters:

     clusterName - The name of the desired cluster.

Security Roles:

     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Copyright IBM Corporation 2002, 2012