com.buglabs.osgi.filesystem.util
Class PipeReaderThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.buglabs.osgi.filesystem.util.AbstractPipeThread
          extended by com.buglabs.osgi.filesystem.util.PipeReaderThread
All Implemented Interfaces:
java.lang.Runnable

public class PipeReaderThread
extends AbstractPipeThread

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

PipeReaderThread

public PipeReaderThread(java.io.File pipe,
                        LogService log,
                        PipeReaderThread.InputAction action)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

shutdown

public void shutdown()
Description copied from class: AbstractPipeThread
Exit writing thread.

Specified by:
shutdown in class AbstractPipeThread