net.dpml.station.server
Class ErrorStreamReader
java.lang.Object
java.lang.Thread
net.dpml.station.server.ErrorStreamReader
- All Implemented Interfaces:
- Runnable
public class ErrorStreamReader
- extends Thread
Stream reader utility class.
- Version:
- 1.2.0
- Author:
- Digital Product Meta Library
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 |
ErrorStreamReader
public ErrorStreamReader(Logger logger,
InputStream input)
- Creation of a process output reader.
- Parameters:
logger
- the assigned logging channelinput
- the subprocess input stream
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