WebSphere:*,type=GridEndpointSelectorComponentMBean
MBean GridEndpointSelectorComponentMBean
GridEndpointSelectorComponent
Operation Summary | |
void | execute( Execute an action plan. |
boolean | startDynamicCluster( Start a Dynamic Cluster. |
boolean | stopDynamicCluster( Stop a Dynamic Cluster. |
Operation Detail |
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 startDynamicCluster(java.lang.String dynamicClusterName,
java.lang.String nodeGroupName,
java.lang.String nodeName
)
dynamicClusterName
-
The Dynamic Cluster name.nodeGroupName
-
The Node Group name.nodeName
-
The Node name.
public boolean stopDynamicCluster(java.lang.String dynamicClusterName,
java.lang.String nodeGroupName,
java.lang.String nodeName
)
dynamicClusterName
-
The Dynamic Cluster name.nodeGroupName
-
The Node Group name.nodeName
-
The Node name.