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