WebSphere:*,type=ClusterMgr
MBean ClusterMgr
The Cluster Manager MBean provides access to cluster and cluster member information for the cell.
Operation Summary | |
com.ibm.websphere.management.wlm.ClusterData[] | retrieveClusters() Retrieve an array of ClusterData objects which include information such as the cluster name, the JMX object name, etc. |
com.ibm.websphere.management.wlm.ClusterData | retrieveCluster( Retrieve the ClusterData object for the specified cluster. |
com.ibm.websphere.management.wlm.ClusterData | retrieveClusterByMember( Retrieve the ClusterData object for the cluster that contains the specified member. |
java.lang.String | getServerState( Get the State of the specified member. |
java.lang.String | getClusterState( Get the State of the specified cluster. |
Operation Detail |
public com.ibm.websphere.management.wlm.ClusterData[] retrieveClusters()
public com.ibm.websphere.management.wlm.ClusterData retrieveCluster(java.lang.String clusterName
)
clusterName
-
The name of the cluster to retrieve information for.
public com.ibm.websphere.management.wlm.ClusterData retrieveClusterByMember(java.lang.String memberName,
java.lang.String nodeName
)
memberName
-
The name of the desired cluster member.nodeName
-
The name of the node where the cluster member is configured.
public java.lang.String getServerState(java.lang.String memberName,
java.lang.String nodeName
)
memberName
-
The name of the desired cluster member.nodeName
-
The name of the node where the cluster member is configured.
public java.lang.String getClusterState(java.lang.String clusterName
)
clusterName
-
The name of the desired cluster.