Uses of Class
org.jboss.cdi.tck.util.Timer

Packages that use Timer
org.jboss.cdi.tck.util   
 

Uses of Timer in org.jboss.cdi.tck.util
 

Methods in org.jboss.cdi.tck.util that return Timer
 Timer Timer.addStopCondition(Timer.StopCondition condition)
          Add new stop condition.
 Timer Timer.addStopCondition(Timer.StopCondition condition, boolean clear)
          Add new stop condition.
 Timer Timer.setDelay(long delay)
          Set new delay value.
 Timer Timer.setResolutionLogic(Timer.ResolutionLogic resolutionLogic)
          Set new resolution logic.
 Timer Timer.setSleepInterval(long sleepInterval)
          Set new sleep interval value.
 Timer Timer.start()
          Start the timer.
static Timer Timer.startNew(long delay)
          Start a new timer with specified delay.
static Timer Timer.startNew(long delay, long sleepInterval)
          Start a new timer with specified delay and sleep interval.
 



Copyright © 2008-2012 Seam Framework. All Rights Reserved.