示例#1
0
 public void destroy() {
   try {
     if (cleanupThread != null) {
       cleanupThread.stopThread();
     }
   } finally {
     isDestroyed = true;
   }
 }