public class RecorderRecordWriter extends uk.theretiredprogrammer.rpiembeddedlibrary.thread.MDThread<Recorder.RecordWriterCommand>
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
String |
filename
The filename to be used for the record (track) files
|
List<String> |
lines
The list of list to be inserted into the file.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static void |
createAndStart()
Create and start the Record (track) Recorder thread.
|
protected void |
processMessage(Recorder.RecordWriterCommand command,
Object commandParameters) |
run, sendCloseMessage, sendMessage, sendMessageactiveCount, 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 String filename
public static void createAndStart()
protected void processMessage(Recorder.RecordWriterCommand command, Object commandParameters) throws IOException
processMessage in class uk.theretiredprogrammer.rpiembeddedlibrary.thread.MDThread<Recorder.RecordWriterCommand>IOExceptionCopyright © 2017. All rights reserved.