MBean

Partial ObjectName:
WebSphere:*,type=


MBean

HA managed WSMM controller


Operation Summary
getCellIsCentral()
           Tells whether this MBean thinks it is in the central cell of a multi-cell topology
getCentralCellName()
           Queries for the name of the central cell of the multi-cell topology
getOtherCellNames()
           Queries for the names of the non-central cells of the multi-cell topology
getWebMembership( cell,  nodeGroup)
           Returns the Node Group membership information (a HashMap of Lists) for web nodes
getNonWebMembership( cell,  nodeGroup)
           Returns the Node Group membership information (a HashMap of Lists) for non-web nodes
getWebUtilities( nodeNames)
           Returns the estimated utilities that would result from certain changes involving the given set of nodes
getEffect( cell,  serviceClassName,  startGoal,  intervalGoal,  numIntervals)
           Returns the estimated response times given a Goal change in serviceClassName (a List of Hashtables)
setThrottle( cell,  serviceClassName,  factorTP)
           Limits the throughput of the serviceClassName by factorTP.
reset()
           Cause the ARFM controller to forget historical data for all cells
reset( cell)
           Cause the ARFM controller to forget historical data for a cell
dump()
           Returns a dump of internal state
reset()
           Cause the ARFM controller to forget historical data for all cells
reset( cellName)
           Forgets the historical data about a given cell or all cells

Operation Detail

getCellIsCentral

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

getCentralCellName

public  getCentralCellName()
Queries for the name of the central cell of the multi-cell topology

getOtherCellNames

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

getWebMembership

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

getNonWebMembership

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

getWebUtilities

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

getEffect

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

setThrottle

public  setThrottle( cell,  serviceClassName,  factorTP)
Limits the throughput of the serviceClassName by factorTP.
Parameters:
cell -
serviceClassName -
factorTP -

reset

public  reset()
Cause the ARFM controller to forget historical data for all cells

reset

public  reset( cell)
Cause the ARFM controller to forget historical data for a cell
Parameters:
cell -

dump

public  dump()
Returns a dump of internal state

reset

public  reset()
Cause the ARFM controller to forget historical data for all cells

reset

public  reset( cellName)
Forgets the historical data about a given cell or all cells
Parameters:
cellName -

Copyright IBM Corp. 1996 - 2007