public class Engine
extends java.lang.Thread
| Constructor and Description |
|---|
Engine(LogEntryTableModelBase model,
java.lang.String stackID,
LogEntryTableModelBase listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Stop the thread
|
void |
run()
The thread to get all the logs of the error trace
|
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 Engine(LogEntryTableModelBase model, java.lang.String stackID, LogEntryTableModelBase listener)
stackID - The ID of the logs of the error tracemodel - The table model to read logs fromlistener - The model to push logs into