public class AddeThread extends Thread
Modifier and Type | Class and Description |
---|---|
static class |
AddeThread.McservEvent
Mcserv events.
|
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
Server manager.
|
private static org.slf4j.Logger |
logger |
(package private) Process |
proc |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
AddeThread(EntryStore entryStore)
Creates a thread that controls a mcservl process.
|
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 static final org.slf4j.Logger logger
private final EntryStore entryStore
public AddeThread(EntryStore entryStore)
entryStore
- Server manager.