Package uws.job.timerTask

Interface Summary
JobTimerTask Serializable timer task JUST FOR the timers managed by AbstractJob: by default for the executionDuration and destructionTimer attributes.
 

Class Summary
DestructionTimerTask Task that the destruction timer of a job must trigger: only call the JobList.destroyJob(String) method.
DurationTimerTask Task that the executionDuration timer of a job must trigger: only change the current phase of the job to ABORTED.