HAWsmmController MBean

Partial ObjectName:
WebSphere:*,type=HAWsmmController


MBean HAWsmmController

HA managed WSMM controller


Operation Summary
java.lang.BooleangetCellIsCentral()
           Tells whether this MBean thinks it is in the central cell of a multi-cell topology
java.lang.StringgetCentralCellName()
           Queries for the name of the central cell of the multi-cell topology
java.util.SetgetOtherCellNames()
           Queries for the names of the non-central cells of the multi-cell topology
java.util.HashMapgetWebMembership(java.lang.String cell, java.lang.String nodeGroup)
           Returns the Node Group membership information (a HashMap of Lists) for web nodes
java.util.HashMapgetNonWebMembership(java.lang.String cell, java.lang.String nodeGroup)
           Returns the Node Group membership information (a HashMap of Lists) for non-web nodes
java.util.ListgetWebUtilities(java.util.List nodeNames)
           Returns the estimated utilities that would result from certain changes involving the given set of nodes
java.util.ListgetEffect(java.lang.String cell, java.lang.String serviceClassName, java.lang.Integer startGoal, java.lang.Integer intervalGoal, java.lang.Integer numIntervals)
           Returns the estimated response times given a Goal change in serviceClassName (a List of Hashtables)
java.lang.IntegersetThrottle(java.lang.String cell, java.lang.String serviceClassName, java.lang.Float factorTP)
           Limits the throughput of the serviceClassName by factorTP.

Operation Detail

getCellIsCentral

public java.lang.Boolean getCellIsCentral()
Tells whether this MBean thinks it is in the central cell of a multi-cell topology

getCentralCellName

public java.lang.String getCentralCellName()
Queries for the name of the central cell of the multi-cell topology

getOtherCellNames

public java.util.Set getOtherCellNames()
Queries for the names of the non-central cells of the multi-cell topology

getWebMembership

public java.util.HashMap getWebMembership(java.lang.String cell, java.lang.String nodeGroup)
Returns the Node Group membership information (a HashMap of Lists) for web nodes
Parameters:
cell -
nodeGroup -

getNonWebMembership

public java.util.HashMap getNonWebMembership(java.lang.String cell, java.lang.String nodeGroup)
Returns the Node Group membership information (a HashMap of Lists) for non-web nodes
Parameters:
cell -
nodeGroup -

getWebUtilities

public java.util.List getWebUtilities(java.util.List nodeNames)
Returns the estimated utilities that would result from certain changes involving the given set of nodes
Parameters:
nodeNames -

getEffect

public java.util.List getEffect(java.lang.String cell, java.lang.String serviceClassName, java.lang.Integer startGoal, java.lang.Integer intervalGoal, java.lang.Integer numIntervals)
Returns the estimated response times given a Goal change in serviceClassName (a List of Hashtables)
Parameters:
cell -
serviceClassName -
startGoal -
intervalGoal -
numIntervals -

setThrottle

public java.lang.Integer setThrottle(java.lang.String cell, java.lang.String serviceClassName, java.lang.Float factorTP)
Limits the throughput of the serviceClassName by factorTP.
Parameters:
cell -
serviceClassName -
factorTP -

Copyright IBM Corp. 1996 - 2007