protected class RoofReceiver.CloseThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
private int |
roofnr
The roof number to open.
|
private boolean |
success
The outcome of the open operation.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
CloseThread(int index)
Constructs a new open thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSuccess()
Returns the success of the opening of the specified roof half.
|
void |
run()
Running the open thread does nothing else then calling the
enclosing class's
RoofReceiver.doOpen(int) method. |
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, yieldprivate final int roofnr
private boolean success
protected CloseThread(int index)
public void run()
RoofReceiver.doOpen(int) method.protected boolean isSuccess()