209620972098209921002101210221032104210521062107210821092110
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } isResponsibleForResuming.set(false); } else
198319841985198619871988198919901991199219931994199519961997
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } } else { resumeLocally();
20332034203520362037203820392040204120422043
private void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } latcher.countDown(); isSuspended = false; }
126612671268126912701271127212731274127512761277127812791280
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } isResponsibleForResuming = false; } else
335733583359336033613362336333643365336633673368
isSuspended = false; } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
335033513352335333543355335633573358335933603361
322632273228322932303231323232333234323532363237
118611871188118911901191119211931194119511961197119811991200
14761477147814791480148114821483148414851486
protected void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } if (handler instanceof Suspendable) { ((Suspendable)handler).resume();
192719281929193019311932193319341935193619371938193919401941