public class CleanupThread extends BatchThread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
CleanupThread(SelectorThread[] selectors,
long keepAlive) |
| Modifier and Type | Method and Description |
|---|---|
long |
getKeepAlive() |
void |
run() |
void |
setKeepAlive(long keepAlive) |
void |
shutdown() |
void |
update(SelectorThread[] selectors,
long keepAlive) |
adjustPriorityactiveCount, 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, yieldpublic CleanupThread(SelectorThread[] selectors, long keepAlive)
public void shutdown()
public long getKeepAlive()
public void setKeepAlive(long keepAlive)
public void update(SelectorThread[] selectors, long keepAlive)
public void run()
run in interface Runnablerun in class BatchThreadCopyright © 2019. All rights reserved.