public class DocumentDeleteThread extends Thread
Modifier and Type | Class and Description |
---|---|
protected static class |
DocumentDeleteThread.OutputRemoveActivity
The OutputRemoveActivity class
|
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected DocumentDeleteQueue |
documentDeleteQueue
This is a reference to the static main document queue
|
protected String |
id
Thread ID
|
protected String |
processID
Process ID
|
protected DocDeleteResetManager |
resetManager
Delete thread pool reset manager
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
DocumentDeleteThread(String id,
DocumentDeleteQueue documentDeleteQueue,
DocDeleteResetManager resetManager,
String processID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static final String _rcsid
protected final String id
protected final DocumentDeleteQueue documentDeleteQueue
protected final DocDeleteResetManager resetManager
protected final String processID
public DocumentDeleteThread(String id, DocumentDeleteQueue documentDeleteQueue, DocDeleteResetManager resetManager, String processID) throws ManifoldCFException
id
- is the worker thread id.ManifoldCFException