272273274275276277278279280281282
*/ @Override public void suspend(String jobId) throws BundleEngineException { BundleJobSuspendXCommand suspend = new BundleJobSuspendXCommand(jobId); try { suspend.call(); } catch (CommandException ex) { throw new BundleEngineException(ex); } }
277278279280281282283284285286287
269270271272273274275276277278279
291292293294295296297298299300301
279280281282283284285286287288289