public class AddeThread extends Thread
Modifier and Type | Class and Description |
---|---|
static class |
AddeThread.McservEvent |
private static class |
AddeThread.StreamReaderThread
Thread to read the stderr and stdout of mcservl
|
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private EntryStore |
entryStore |
(package private) Process |
proc |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
AddeThread(EntryStore entryStore) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
stopProcess() |
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 EntryStore entryStore
public AddeThread(EntryStore entryStore)