/* (non-Javadoc)
  * @see Job#join()
  */
 protected void join() throws InterruptedException {
   manager.join(this);
 }