Exemplo n.º 1
0
 /** This method will trigger a grace full shutdown sequence of all threads. */
 public void shutDown() {
   logger.info("SHUTTING DOWN....");
   detectiveOO7.graceFullShutDown();
 }
Exemplo n.º 2
0
 // ----------------------RUNNING THE GARBAGE COLLECTOR-----------------
 protected void finalize() {
   logger.info("Inside finalize method, killing the child threads");
   detectiveOO7.graceFullShutDown();
 }