BalancerControllerMBean MBean

Partial ObjectName:
WebSphere:*,type=BalancerControllerMBean


MBean BalancerControllerMBean

BalancerController


Operation Summary
java.util.HashMapgetBizMembership(java.lang.String cellName, java.lang.String nodeGroupName)
           Returns the biz node membership for a given node group name.
java.util.ListgetBizUtilities(java.util.List nodeList)
           Obtain the utilities to the system of various changes concerning a given set of nodes.
voidexecute(com.ibm.ws.taskmanagement.task.TaskActionPlan actionPlan, long token, long id)
           Execute an action plan.
booleantransitionToWeb(java.lang.String nodeName)
           Transistion a node to web.
booleantransitionToBiz(java.lang.String nodeName)
           Transistion a node to biz.

Operation Detail

getBizMembership

public java.util.HashMap getBizMembership(java.lang.String cellName, java.lang.String nodeGroupName)
Returns the biz node membership for a given node group name.
Parameters:
cellName -
nodeGroupName -

getBizUtilities

public java.util.List getBizUtilities(java.util.List nodeList)
Obtain the utilities to the system of various changes concerning a given set of nodes.
Parameters:
nodeList -

execute

public void execute(com.ibm.ws.taskmanagement.task.TaskActionPlan actionPlan, long token, long id)
Execute an action plan.
Parameters:
actionPlan - The action plan to be executed.
token - The execution token for this action plan.
id - The global id of the task - the task identifier.

transitionToWeb

public boolean transitionToWeb(java.lang.String nodeName)
Transistion a node to web.
Parameters:
nodeName - The node name.

transitionToBiz

public boolean transitionToBiz(java.lang.String nodeName)
Transistion a node to biz.
Parameters:
nodeName - The node name.

Copyright IBM Corp. 1996 - 2007