java.util
Class Timer

java.lang.Object
  |
  +--java.util.Timer

public class Timer
extends Object


Constructor Summary
Timer()
           
 
Method Summary
 void cancel()
           
 void schedule(TimerTask task, Date time)
           
 void schedule(TimerTask task, Date firstTime, long period)
           
 void schedule(TimerTask task, long delay)
           
 void schedule(TimerTask task, long delay, long period)
           
 void scheduleAtFixedRate(TimerTask task, Date firstTime, long period)
           
 void scheduleAtFixedRate(TimerTask task, long delay, long period)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

schedule

public void schedule(TimerTask task,
                     long delay)

schedule

public void schedule(TimerTask task,
                     Date time)

schedule

public void schedule(TimerTask task,
                     long delay,
                     long period)

schedule

public void schedule(TimerTask task,
                     Date firstTime,
                     long period)

scheduleAtFixedRate

public void scheduleAtFixedRate(TimerTask task,
                                long delay,
                                long period)

scheduleAtFixedRate

public void scheduleAtFixedRate(TimerTask task,
                                Date firstTime,
                                long period)

cancel

public void cancel()


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com