|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
com.buglabs.osgi.filesystem.util.AbstractPipeThread
com.buglabs.osgi.filesystem.util.PipeReaderThread
public class PipeReaderThread
Given a filename and an InputAction, will create and read from a pipe, passing input to the InputAction.
| Nested Class Summary | |
|---|---|
static interface |
PipeReaderThread.InputAction
|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
PipeReaderThread(java.io.File pipe,
LogService log,
PipeReaderThread.InputAction action)
|
|
| Method Summary | |
|---|---|
void |
run()
|
void |
shutdown()
Exit writing thread. |
| Methods inherited from class com.buglabs.osgi.filesystem.util.AbstractPipeThread |
|---|
createPipe |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PipeReaderThread(java.io.File pipe,
LogService log,
PipeReaderThread.InputAction action)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void shutdown()
AbstractPipeThread
shutdown in class AbstractPipeThread
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||