uws.job.timerTask
Interface JobTimerTask

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DestructionTimerTask, DurationTimerTask

public interface JobTimerTask
extends java.io.Serializable

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

Version:
12/2010
Author:
Grégory Mantelet (CDS)

Method Summary
 void run()
          The task that the timer must execute.
 

Method Detail

run

void run()
The task that the timer must execute.