WebSphere:*,type=ClusterInfluence
MBean ClusterInfluence
The ClusterInfluence MBeans manage attributes of a cluster. They may dynamically set weights or availability characteristics or otherwise monitor and modify runtime characteristics.
Attribute Summary | |
---|---|
java.lang.Boolean | enabled Enables the default controller to modify weights |
javax.management.ObjectName[] | clusters The list of clusters controlled by this influencer. |
Operation Summary | |
---|---|
void | addCluster( Adds a cluster to the list of clusters controlled by this controller. |
void | removeCluster( Removes a cluster from the list of clusters controlled by this controller. |
Attribute Detail |
---|
public java.lang.Boolean enabled
Enables the default controller to modify weights
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Setter:
administrator
operator
public javax.management.ObjectName[] clusters
The list of clusters controlled by this influencer.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public void addCluster(
javax.management.ObjectName clusterObjectName
)
Adds a cluster to the list of clusters controlled by this controller.
clusterObjectName
-
administrator
operator
public void removeCluster(
javax.management.ObjectName clusterObjectName
)
Removes a cluster from the list of clusters controlled by this controller.
clusterObjectName
-
administrator
operator