Ejemplo n.º 1
0
 /**
  * Used to set the scheduling information associated to a particular Job.
  *
  * @param schedulingInfo Scheduling information of the job
  */
 protected synchronized void setSchedulingInfo(String schedulingInfo) {
   super.setSchedulingInfo(schedulingInfo);
 }