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
public javax.management.ObjectName[] clusters
Operation Detail |
public void addCluster(javax.management.ObjectName clusterObjectName
)
clusterObjectName
-
public void removeCluster(javax.management.ObjectName clusterObjectName
)
clusterObjectName
-