Timer

Timer schedules a callback to a job or joblet method. Timers can schedule a one time or a repeated callback on an interval basis. An active Timer keeps the job or joblet running. You must manually cancel or terminate the job or joblet or invoke the Timer’s cancel() method.

See Also

Javadoc: Timer