The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


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 The Mozilla Organization.