344345346347348349350351352353354
else { try { log.debug("Waiting on content for Fragment " + getId()); content.wait(); return content.getContent(); } catch (InterruptedException e) { return e.getMessage();
228229230231232233234235236237238
synchronized (portletContent) { if (!portletContent.isComplete()) { portletContent.wait(); } } } } catch (Exception e)
409410411412413414415416417418419
synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } catch (Exception e) {
219220221222223224225226227228229
if (!portletContent.isComplete()) { synchronized (portletContent) { portletContent.wait(); } } } } catch (Exception e)
369370371372373374375376377378379
} worker.interrupt(); synchronized (content) { content.wait(); } } } catch (Exception e) { log.error("Exceptiong during job killing.", e); }
214215216217218219220221222223224
368369370371372373374375376377378
220221222223224225226227228229230
397398399400401402403404405406407
synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } catch (Exception e) { log.error("Exceptiong during job killing.", e);
162163164165166167168169170171172