118611871188118911901191119211931194119511961197119811991200
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } } else { resumeLocally();
14761477147814791480148114821483148414851486
protected void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } if (handler instanceof Suspendable) { ((Suspendable)handler).resume();
340034013402340334043405340634073408340934103411
isSuspended = false; } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
196519661967196819691970197119721973197419751976197719781979
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } isResponsibleForResuming = false; } else
126612671268126912701271127212731274127512761277127812791280
173417351736173717381739174017411742174317441745174617471748
17841785178617871788178917901791179217931794
private void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } latcher.countDown(); isSuspended = false; }
20342035203620372038203920402041204220432044
198419851986198719881989199019911992199319941995199619971998