protected static class ExtendedArchiveManager.PurgeWorkerThread extends ExtendedArchiveManager.AbstractWorkerThread
Modifier and Type | Field and Description |
---|---|
protected static long |
DEF_PURGE_SLEEPTIME |
archiveManagerVector, DEF_WORKER_SLEEPTIME, sleepTime
DEFAULT_TERMINATE_WAIT_TIME, terminateFlag
Constructor and Description |
---|
PurgeWorkerThread() |
Modifier and Type | Method and Description |
---|---|
void |
processArchiveManager(ExtendedArchiveManager am)
Processes an archive manager.
|
void |
terminate()
Terminates this thread if the thread is not terminated and alive.
|
addArchiveManager, getArchiveManager, getNumArchiveManagers, removeArchiveManager, run
sleep
clearThreadWaitNotifyFlag, isTerminated, nextThreadNum, notifyThread, start, terminate, waitForNotify, waitForNotify, waitForTerminate, waitForTerminate, wasStarted
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, stop, stop, suspend, toString, yield
protected static final long DEF_PURGE_SLEEPTIME
public void processArchiveManager(ExtendedArchiveManager am)
processArchiveManager
in class ExtendedArchiveManager.AbstractWorkerThread
am
- the archive manager.public void terminate()
terminate
in class IstiNotifyThread