You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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() 
Overrides:
run in class Thread


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4