ClusterController MBean

Partial ObjectName:
WebSphere:*,type=ClusterController


MBean ClusterController

Controls attributes of a cluster.


Attribute Summary
java.lang.Booleanenable
           Enables the default controller to modify weights
javax.management.ObjectName[]controlledClusters
           The list of clusters controlled by this controller.

Operation Summary
voidaddCluster(javax.management.ObjectName clusterObjectName)
           Adds a cluster to the list of clusters controlled by this controller.
voidremoveCluster(javax.management.ObjectName clusterObjectName)
           Removes a cluster from the list of clusters controlled by this controller.

Attribute Detail

enable

public java.lang.Boolean enable
Enables the default controller to modify weights
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator

controlledClusters

public javax.management.ObjectName[] controlledClusters
The list of clusters controlled by this controller.
Security Roles:
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Operation Detail

addCluster

public void addCluster(javax.management.ObjectName clusterObjectName)
Adds a cluster to the list of clusters controlled by this controller.
Parameters:
clusterObjectName -
Security Roles:
administrator
operator

removeCluster

public void removeCluster(javax.management.ObjectName clusterObjectName)
Removes a cluster from the list of clusters controlled by this controller.
Parameters:
clusterObjectName -
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005