208120822083208420852086208720882089209020912092209320942095
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } isResponsibleForResuming.set(false); } else
125412551256125712581259126012611262126312641265126612671268
210021012102210321042105210621072108210921102111211221132114
332233233324332533263327332833293330333133323333
isSuspended.set(false); } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
192719281929193019311932193319341935193619371938193919401941
{ rpcService.executeCommandOnAllNodes(resume, true); } catch (SecurityException e) { throw new ResumeException(e); } catch (RPCException e) { throw new ResumeException(e); } } else { resumeLocally();
19771978197919801981198219831984198519861987
private void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } latcher.countDown(); isSuspended = false; }
308930903091309230933094309530963097309830993100
isSuspended = false; } catch (IOException e) { throw new ResumeException(e); } catch (RepositoryException e) { throw new ResumeException(e); } }
115411551156115711581159116011611162116311641165116611671168
14441445144614471448144914501451145214531454
protected void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } if (handler instanceof Suspendable) { ((Suspendable)handler).resume();
125312541255125612571258125912601261126212631264126512661267