Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
ZwaveReceiveThread(ZwaveSendThread sendThread,
ZwaveLogger logger) |
Modifier and Type | Method and Description |
---|---|
void |
halt() |
void |
run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's
run method is called; otherwise, this method does nothing and returns.
|
void |
setInputStream(InputStream inputStream) |
void |
setZwaveSession(ZwaveSession session) |
activeCount, checkAccess, currentThread, dumpStack, enumerate, getAllStackTraces, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, toString, yield
public ZwaveReceiveThread(ZwaveSendThread sendThread, ZwaveLogger logger)
public void halt()
public void run()
Thread
run
in interface Runnable
run
in class Thread
Thread.run()
public void setInputStream(InputStream inputStream)
inputStream
- public void setZwaveSession(ZwaveSession session)