Uses of Interface
uws.job.timerTask.JobTimerTask

Packages that use JobTimerTask
uws.job   
uws.job.timerTask   
 

Uses of JobTimerTask in uws.job
 

Fields in uws.job declared as JobTimerTask
protected  JobTimerTask AbstractJob.MyTimerTask.task
           
 

Methods in uws.job with parameters of type JobTimerTask
 void AbstractJob.setTaskDestruction(JobTimerTask destructionTask)
          Lets the jobs list setting the task to execute once the destruction date-time of this job is reached.
 

Constructors in uws.job with parameters of type JobTimerTask
AbstractJob.MyTimerTask(JobTimerTask t)
           
 

Uses of JobTimerTask in uws.job.timerTask
 

Classes in uws.job.timerTask that implement JobTimerTask
 class DestructionTimerTask
          Task that the destruction timer of a job must trigger: only call the JobList.destroyJob(String) method.
 class DurationTimerTask
          Task that the executionDuration timer of a job must trigger: only change the current phase of the job to ABORTED.