WebSphere:*,type=HAWsmmController
MBean HAWsmmController
HA managed WSMM controller
Operation Summary | |
java.lang.Boolean | getCellIsCentral() Tells whether this MBean thinks it is in the central cell of a multi-cell topology |
java.lang.String | getCentralCellName() Queries for the name of the central cell of the multi-cell topology |
java.util.Set | getOtherCellNames() Queries for the names of the non-central cells of the multi-cell topology |
java.util.HashMap | getWebMembership( Returns the Node Group membership information (a HashMap of Lists) for web nodes |
java.util.HashMap | getNonWebMembership( Returns the Node Group membership information (a HashMap of Lists) for non-web nodes |
java.util.List | getWebUtilities( Returns the estimated utilities that would result from certain changes involving the given set of nodes |
java.util.List | getEffect( Returns the estimated response times given a Goal change in serviceClassName (a List of Hashtables) |
java.lang.Integer | setThrottle( Limits the throughput of the serviceClassName by factorTP. |
java.lang.String | reset() Cause the ARFM controller to forget historical data for all cells |
java.lang.String | reset( Cause the ARFM controller to forget historical data for a cell |
java.lang.String | dump() Returns a dump of internal state |
java.lang.String | reset() Cause the ARFM controller to forget historical data for all cells |
java.lang.String | reset( Forgets the historical data about a given cell or all cells |
Operation Detail |
public java.lang.Boolean getCellIsCentral()
public java.lang.String getCentralCellName()
public java.util.Set getOtherCellNames()
public java.util.HashMap getWebMembership(java.lang.String cell,
java.lang.String nodeGroup
)
cell
-
nodeGroup
-
public java.util.HashMap getNonWebMembership(java.lang.String cell,
java.lang.String nodeGroup
)
cell
-
nodeGroup
-
public java.util.List getWebUtilities(java.util.List nodeNames
)
nodeNames
-
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
)
cell
-
serviceClassName
-
startGoal
-
intervalGoal
-
numIntervals
-
public java.lang.Integer setThrottle(java.lang.String cell,
java.lang.String serviceClassName,
java.lang.Float factorTP
)
cell
-
serviceClassName
-
factorTP
-
public java.lang.String reset()
public java.lang.String reset(java.lang.String cell
)
cell
-
public java.lang.String dump()
public java.lang.String reset()
public java.lang.String reset(java.lang.String cellName
)
cellName
-