![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.SummaryUpdateThreadjava.lang.Object | +----java.lang.Thread | +----grendel.storage.SummaryUpdateThread This class implements a thread which runs in the background and writes out all modified mail summary files. This thread dies once the files have been written; it will be re-spawned once some folder or folders become dirty. There is only ever one of these threads: it writes the summaries for all modified folders, serially, then exits.
class SummaryUpdateThread
extends java.lang.Thread
{
// Fields 3
static int delay;
private Vector dirty_folders;
static SummaryUpdateThread the_thread;
// Constructors 1
public SummaryUpdateThread();
// Methods 3
static synchronized SummaryUpdateThread Get();
synchronized void addDirtyFolder(BerkeleyFolder);
public void run();
}
Fields delaystatic int delay the_threadstatic SummaryUpdateThread the_thread dirty_foldersprivate Vector dirty_folders
Constructors SummaryUpdateThreadpublic SummaryUpdateThread()
Methods Getstatic synchronized SummaryUpdateThread Get() addDirtyFoldersynchronized void addDirtyFolder(BerkeleyFolder f) runpublic void run() All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||