Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
EventThread(Coordinator coordinator)
Constructs an Event thread worker.
|
EventThread(Coordinator coordinator,
String name)
Constructs an Event thread worker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
shutdown()
Ends this worker's reign and ends the thread.
|
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, yieldpublic EventThread(Coordinator coordinator)
coordinator - the master.public EventThread(Coordinator coordinator, String name)
coordinator - the master.name - the name of the thread.Copyright © 2004-2015 Hudson. All Rights Reserved.