Uses of Class
org.hsqldb.lib.HsqlTimer.Task

Packages that use HsqlTimer.Task
org.hsqldb.lib   
 

Uses of HsqlTimer.Task in org.hsqldb.lib
 

Methods in org.hsqldb.lib that return HsqlTimer.Task
protected  HsqlTimer.Task HsqlTimer.addTask(long n, Runnable r, long p, boolean b)
          Adds to the task queue a new Task object encapsulating the supplied Runnable and scheduling arguments.
protected  HsqlTimer.Task HsqlTimer.nextTask()
          Retrieves the next task to execute, or null if the background thread is interrupted.
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.