uws.job
Class AbstractJob.DurationTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by uws.job.AbstractJob.DurationTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AbstractJob

protected static class AbstractJob.DurationTimerTask
extends java.util.TimerTask

Task that the executionDuration timer of a job must trigger: only calls AbstractJob.abort().

Version:
02/2011
Author:
Grégory Mantelet (CDS)

Field Summary
protected  AbstractJob job
           
 
Constructor Summary
AbstractJob.DurationTimerTask(AbstractJob j)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

job

protected final AbstractJob job
Constructor Detail

AbstractJob.DurationTimerTask

public AbstractJob.DurationTimerTask(AbstractJob j)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask