Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static int |
DEAFULT_DELAY |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
SerialCommandQueueProcessingThread(Serial serial) |
SerialCommandQueueProcessingThread(Serial serial,
int delay) |
Modifier and Type | Method and Description |
---|---|
void |
put(String data)
Exit the monitoring thread.
|
void |
run()
This method is called when this monitoring thread starts
|
void |
shutdown()
Exit the monitoring 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, yield
public static final int DEAFULT_DELAY
Copyright © 2012–2016 Pi4J. All rights reserved.