net.dpml.station.server
Class ErrorStreamReader

java.lang.Object
  extended by java.lang.Thread
      extended by net.dpml.station.server.ErrorStreamReader
All Implemented Interfaces:
Runnable

public class ErrorStreamReader
extends Thread

Stream reader utility class.

Version:
1.0.3
Author:
Digital Product Meta Library

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ErrorStreamReader(Logger logger, InputStream input)
          Creation of a process output reader.
 
Method Summary
protected  InputStream getInputStream()
          Return the input stream.
protected  Logger getLogger()
          Return the assigned logging channel.
 void run()
          Start the stream reader.
 
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

ErrorStreamReader

public ErrorStreamReader(Logger logger,
                         InputStream input)
Creation of a process output reader.

Parameters:
logger - the assigned logging channel
input - the subprocess input stream
Method Detail

run

public void run()
Start the stream reader.

Specified by:
run in interface Runnable
Overrides:
run in class Thread

getInputStream

protected InputStream getInputStream()
Return the input stream.

Returns:
the subprocess input stream

getLogger

protected Logger getLogger()
Return the assigned logging channel.

Returns:
the logging channel