public final class EventProcessingThread extends Thread
CompositeLoop
on a separate thread.Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private CompositeLoop |
loop
The composite record loop.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
EventProcessingThread(CompositeLoop loop)
Class constructor, requiring the loop object for record processing.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Run this thread, which will process records until the loop is done.
|
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
private final CompositeLoop loop
public EventProcessingThread(CompositeLoop loop)
loop
- the loop objectCopyright © 2019. All rights reserved.