org.hsqldb
Class LockFile.HeartbeatRunner

java.lang.Object
  extended byorg.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.


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

Constructor Detail

LockFile.HeartbeatRunner

protected LockFile.HeartbeatRunner()
Method Detail

run

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


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