예제 #1
0
 /**
  * delete the file if needed
  *
  * @param status termination status
  */
 @Override
 public synchronized void sfTerminateWith(TerminationRecord status) {
   super.sfTerminateWith(status);
   deleteFileIfNeeded();
 }