JBoss Common Classes 2.2.17.GA

Uses of Class
org.jboss.util.TimerTask

Packages that use TimerTask
org.jboss.util Utility classes and interfaces. 
 

Uses of TimerTask in org.jboss.util
 

Methods in org.jboss.util with parameters of type TimerTask
 void TimerQueue.schedule(TimerTask t)
          Schedules the given TimerTask for immediate execution.
 void TimerQueue.schedule(TimerTask t, long delay)
          Schedule the given TimerTask to be executed after delay milliseconds.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.