15561557155815591560156115621563156415651566
protected void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } if (handler instanceof Suspendable) { ((Suspendable)handler).resume();
335733583359336033613362336333643365336633673368
isSuspended = false; } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
351535163517351835193520352135223523352435253526
isSuspended.set(false); } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
209921002101210221032104210521062107210821092110211121122113
{ 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; }
126212631264126512661267126812691270127112721273127412751276
15521553155415551556155715581559156015611562
280328042805280628072808280928102811281228132814