WebSphere:*,type=BalancerControllerMBean
MBean BalancerControllerMBean
BalancerController
Operation Summary | |
java.util.HashMap | getBizMembership( Returns the biz node membership for a given node group name. |
java.util.List | getBizUtilities( Obtain the utilities to the system of various changes concerning a given set of nodes. |
void | execute( Execute an action plan. |
boolean | transitionToWeb( Transistion a node to web. |
boolean | transitionToBiz( Transistion a node to biz. |
Operation Detail |
public java.util.HashMap getBizMembership(java.lang.String cellName,
java.lang.String nodeGroupName
)
cellName
-
nodeGroupName
-
public java.util.List getBizUtilities(java.util.List nodeList
)
nodeList
-
public void execute(com.ibm.ws.taskmanagement.task.TaskActionPlan actionPlan,
long token,
long id
)
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.
public boolean transitionToWeb(java.lang.String nodeName
)
nodeName
-
The node name.
public boolean transitionToBiz(java.lang.String nodeName
)
nodeName
-
The node name.