Ejemplo n.º 1
0
 /** Change the current run state of the job. */
 protected synchronized void setRunState(int state) {
   super.setState(getEnum(state));
 }