
public abstract class OPollerThread extends OSoftThread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected long |
delay |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
OPollerThread(long iDelay) |
OPollerThread(long iDelay,
String name) |
OPollerThread(long iDelay,
ThreadGroup iThreadGroup) |
OPollerThread(long iDelay,
ThreadGroup group,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterExecution() |
beforeExecution, execute, isDumpExceptions, isShutdownFlag, pauseCurrentThread, run, sendShutdown, setDumpExceptions, shutdown, softShutdown, startupactiveCount, 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 OPollerThread(long iDelay)
public OPollerThread(long iDelay,
ThreadGroup iThreadGroup)
public OPollerThread(long iDelay,
String name)
public OPollerThread(long iDelay,
ThreadGroup group,
String name)
protected void afterExecution()
throws InterruptedException
afterExecution in class OSoftThreadInterruptedExceptionCopyright © 2009–2025 OrientDB. All rights reserved.