19771978197919801981198219831984198519861987
private void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } latcher.countDown(); isSuspended = false; }
125212531254125512561257125812591260126112621263126412651266
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } isResponsibleForResuming.set(false); } else
208520862087208820892090209120922093209420952096209720982099
338133823383338433853386338733883389339033913392
isSuspended.set(false); } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
206420652066206720682069207020712072207320742075207620772078
209620972098209921002101210221032104210521062107210821092110
126612671268126912701271127212731274127512761277127812791280
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } isResponsibleForResuming = false; } else
199519961997199819992000200120022003200420052006200720082009
337533763377337833793380338133823383338433853386
208120822083208420852086208720882089209020912092209320942095