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. |
ClusterData | retrieveCluster( Retrieve the ClusterData object for the specified cluster. |
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 ClusterData[] retrieveClusters()
Retrieve an array of ClusterData objects which include information such as the cluster name, the JMX object name, etc.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ClusterData retrieveCluster(
java.lang.String clusterName
)
Retrieve the ClusterData object for the specified cluster.
clusterName
-
The name of the cluster to retrieve information for.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ClusterData retrieveClusterByMember(
java.lang.String memberName,
java.lang.String nodeName
)
Retrieve the ClusterData object for the cluster that contains the specified member.
memberName
-
The name of the desired cluster member. nodeName
-
The name of the node where the cluster member is configured.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getServerState(
java.lang.String memberName,
java.lang.String nodeName
)
Get the State of the specified member.
memberName
-
The name of the desired cluster member. nodeName
-
The name of the node where the cluster member is configured.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getClusterState(
java.lang.String clusterName
)
Get the State of the specified cluster.
clusterName
-
The name of the desired cluster.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager