GridEndpointSelectorComponentMBean MBean

Partial ObjectName:
WebSphere:*,type=GridEndpointSelectorComponentMBean


MBean GridEndpointSelectorComponentMBean

GridEndpointSelectorComponent


Operation Summary
voidexecute(com.ibm.ws.taskmanagement.task.TaskActionPlan actionPlan, long token, long id)
           Execute an action plan.
booleanstartDynamicCluster(java.lang.String dynamicClusterName, java.lang.String nodeGroupName, java.lang.String nodeName)
           Start a Dynamic Cluster.
booleanstopDynamicCluster(java.lang.String dynamicClusterName, java.lang.String nodeGroupName, java.lang.String nodeName)
           Stop a Dynamic Cluster.

Operation Detail

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.

startDynamicCluster

public boolean startDynamicCluster(java.lang.String dynamicClusterName, java.lang.String nodeGroupName, java.lang.String nodeName)
Start a Dynamic Cluster.
Parameters:
dynamicClusterName - The Dynamic Cluster name.
nodeGroupName - The Node Group name.
nodeName - The Node name.

stopDynamicCluster

public boolean stopDynamicCluster(java.lang.String dynamicClusterName, java.lang.String nodeGroupName, java.lang.String nodeName)
Stop a Dynamic Cluster.
Parameters:
dynamicClusterName - The Dynamic Cluster name.
nodeGroupName - The Node Group name.
nodeName - The Node name.

Copyright IBM Corp. 1996 - 2005