Uses of Interface
net.sf.asyncobjects.util.timer.ATimerTask

Packages that use ATimerTask
net.sf.asyncobjects.util.timer This package contains generic timer interfaces and implementation of them over Timer nad TimerTask classes. 
 

Uses of ATimerTask in net.sf.asyncobjects.util.timer
 

Classes in net.sf.asyncobjects.util.timer that implement ATimerTask
 class TimerTaskAdapter.InternalTimerTask
          Internal class that acutally implemetns interface
 

Methods in net.sf.asyncobjects.util.timer that return ATimerTask
 ATimerTask TimerTaskAdapter.export()
           
 

Methods in net.sf.asyncobjects.util.timer with parameters of type ATimerTask
 Promise<ACallable<Boolean>> ATimer.schedule(Date time, ATimerTask task)
          Schedule task at specified time
 Promise<ACallable<Boolean>> TimerWrapper.schedule(Date time, ATimerTask task)
           
 Promise<ACallable<Boolean>> ATimer.schedule(Date firstTime, long period, ATimerTask task)
          Schedule task after specfied time with specified period
 Promise<ACallable<Boolean>> TimerWrapper.schedule(Date firstTime, long period, ATimerTask task)
           
 Promise<ACallable<Boolean>> ATimer.schedule(long delay, ATimerTask task)
          Schedule task after specified delay
 Promise<ACallable<Boolean>> TimerWrapper.schedule(long delay, ATimerTask task)
           
 Promise<ACallable<Boolean>> ATimer.schedule(long delay, long period, ATimerTask task)
          Schedule task after specfied delay with specified period
 Promise<ACallable<Boolean>> TimerWrapper.schedule(long delay, long period, ATimerTask task)
           
 Promise<ACallable<Boolean>> ATimer.scheduleAtFixedRate(Date firstTime, long period, ATimerTask task)
          Schedule task after specfied time with fixed rage
 Promise<ACallable<Boolean>> TimerWrapper.scheduleAtFixedRate(Date firstTime, long period, ATimerTask task)
           
 Promise<ACallable<Boolean>> ATimer.scheduleAtFixedRate(long delay, long period, ATimerTask task)
          Schedule task after specfied delay with fixed rate
 Promise<ACallable<Boolean>> TimerWrapper.scheduleAtFixedRate(long delay, long period, ATimerTask task)
           
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.