19771978197919801981198219831984198519861987
private void resumeLocally() throws ResumeException { if (!isSuspended) { throw new ResumeException("Component is not suspended."); } latcher.countDown(); isSuspended = false; }
28342835283628372838283928402841
{ index.resume(); } catch (IOException e) { throw new ResumeException(e); } }