Uses of Interface
org.norther.tammi.acorn.util.concurrent.ScheduledTimer

Packages that use ScheduledTimer
org.norther.tammi.acorn.cache   
org.norther.tammi.acorn.util.concurrent   
org.norther.tammi.core.thread   
 

Uses of ScheduledTimer in org.norther.tammi.acorn.cache
 

Methods in org.norther.tammi.acorn.cache that return ScheduledTimer
 ScheduledTimer CachedMapAdapter.getExpirationTimer()
          Gets the expiration timer.
 

Methods in org.norther.tammi.acorn.cache with parameters of type ScheduledTimer
 void CachedMapAdapter.setExpirationTimer(ScheduledTimer t)
          Sets the expiration timer.
 

Uses of ScheduledTimer in org.norther.tammi.acorn.util.concurrent
 

Classes in org.norther.tammi.acorn.util.concurrent that implement ScheduledTimer
 class SimpleTimer
          A JDK timer based implementation of ScheduledTimer.
 class TimerDaemon
          A general-purpose time-based daemon implementation of ScheduledTimer, vaguely similar in functionality to base system-level utilities such as at (and the associated crond) in Unix.
 

Uses of ScheduledTimer in org.norther.tammi.core.thread
 

Subinterfaces of ScheduledTimer in org.norther.tammi.core.thread
 interface Scheduler
          An interface to schedulers to execute runnable commands as scheduled tasks.
 

Classes in org.norther.tammi.core.thread that implement ScheduledTimer
 class DefaultScheduler
          A default implementation of Scheduler.
 class DefaultTimeout
          A default implementation of Timeout.
 



Copyright © 2004 The Norther Organization. All rights reserved.