208209210211212213214215216217218
*/ @Override public void resume(String jobId) throws BundleEngineException { BundleJobResumeXCommand resume = new BundleJobResumeXCommand(jobId); try { resume.call(); } catch (CommandException ex) { throw new BundleEngineException(ex); } }
213214215216217218219220221222223
205206207208209210211212213214215
220221222223224225226227228229230
215216217218219220221222223224225