All Packages This Package Class Hierarchy Class Search Index
Class grendel.storage.UnixDotLockHeartbeatThread
java.lang.Object | +----java.lang.Thread | +----grendel.storage.UnixDotLockHeartbeatThread
This is the thread that runs as a daemon and periodically updates the write-dates on long-lived file locks which any user of UnixDotLock process holds. This thread is launched as soon as there are any outstanding locks, and is killed when there are none; but if there is more than one lock, there is still only one heartbeat thread which manages them all.
See Also: UnixDotLock
class UnixDotLockHeartbeatThread extends java.lang.Thread { // Constructors 1 public UnixDotLockHeartbeatThread(); // Methods 1 public void run(); }
Constructors
UnixDotLockHeartbeatThread
public UnixDotLockHeartbeatThread()
Default constructor
Methods
run
public void run()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4