org.hsqldb
Class LockFile.HeartbeatRunner
java.lang.Object
org.hsqldb.LockFile.HeartbeatRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- LockFile
- protected class LockFile.HeartbeatRunner
- extends Object
- implements Runnable
For internal use only.
This Runnable class provides the implementation for the timed task
that periodically writes out a heartbeat timestamp to the lock file.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockFile.HeartbeatRunner
protected LockFile.HeartbeatRunner()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.