Example #1
0
 /** Stops the main process by terminating ProcessRunner. */
 public void stop() {
   logger.info("ProcessRunner stopping............");
   runner.interrupt();
   reader.stop();
 }