}
}
public void cancelJobFromWeb(ExecuteKind kind, String id, String operator)
throws Exception {
WebResponse resp = new WorkerWebCancel().cancel(context, kind, id,
operator).get();
if (resp.getStatus() == Status.ERROR) {
throw new ZeusException(resp.getErrorText());
}
}