338339340341342343344345346347348
{ synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } } else
479480481482483484485486487488489
{ synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } } catch (Exception e) { log.error("Exceptiong during job killing.", e);
158159160161162163164165166167168
synchronized (portletContent) { if (!portletContent.isComplete()) { portletContent.wait(); } } } } catch (Exception e)
347348349350351352353354355356357
synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } } else
490491492493494495496497498499500
synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } } catch (Exception e)
219220221222223224225226227228229
400401402403404405406407408409410
synchronized (content) { if (!content.isComplete()) { worker.interrupt(); content.wait(); } } } catch (Exception e) {
491492493494495496497498499500501