294295296297298299300301302303304
} if (messages.contains("complete")) { jobComplete(job); } } catch (KeeperException e) { throw new OrbZKFailure(e); } catch (InterruptedException e) { throw new OrbZKFailure(e); } }