}
}
public CoordinatorActionInfo killActions(String jobId, String rangeType, String scope) throws CoordinatorEngineException {
try {
return new CoordActionsKillXCommand(jobId, rangeType, scope).call();
}
catch (CommandException e) {
throw new CoordinatorEngineException(e);
}
}