org.hsqldb.lib
Class HsqlTimer.TaskRunner

java.lang.Object
  extended byorg.hsqldb.lib.HsqlTimer.TaskRunner
All Implemented Interfaces:
Runnable
Enclosing class:
HsqlTimer

protected class HsqlTimer.TaskRunner
extends Object
implements Runnable

The Runnable that the background thread uses to execute scheduled tasks.

Note: Outer class could simply implement Runnable, but using an inner class protects the public run method from potential abuse.


Constructor Summary
protected HsqlTimer.TaskRunner()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlTimer.TaskRunner

protected HsqlTimer.TaskRunner()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


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