ClusterInfluence MBean

Partial ObjectName:
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.Booleanenabled
           Enables the default controller to modify weights
javax.management.ObjectName[]clusters
           The list of clusters controlled by this influencer.

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

enabled

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

clusters

public javax.management.ObjectName[] clusters
The list of clusters controlled by this influencer.
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