The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.storage.UnixDotLockHeartbeatThread
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
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998.