org.hsqldb.lib
Class HsqlTimer.TaskRunner
java.lang.Object
org.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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HsqlTimer.TaskRunner
protected HsqlTimer.TaskRunner()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.