The methods of Java.Util.Timer are listed below. For a list of all members, see the Timer Members list.
See Also: Inherited members from Java.Lang.Object
Cancel()Cancels the Timer and all scheduled tasks. | ||
Purge()Removes all canceled tasks from the task queue. | ||
Schedule(TimerTask, Date)Schedule a task for single execution. | ||
Schedule(TimerTask, long)Schedule a task for single execution after a specified delay. | ||
Schedule(TimerTask, Date, long)Schedule a task for repeated fixed-delay execution after a specific time has been reached. | ||
Schedule(TimerTask, long, long)Schedule a task for repeated fixed-delay execution after a specific delay. | ||
ScheduleAtFixedRate(TimerTask, Date, long)Schedule a task for repeated fixed-rate execution after a specific time has been reached. | ||
ScheduleAtFixedRate(TimerTask, long, long)Schedule a task for repeated fixed-rate execution after a specific delay has passed. |