Exemple #1
0
 /**
  * Notifies the DAO that a step has been completed.
  *
  * @throws JobInterruptedException if the job has been interrupted
  */
 public void stepCompleted() throws JobInterruptedException {
   task.stepCompleted();
 }