org.apache.cxf.common.commands
Class ResultBufferedCommand
java.lang.Object
java.lang.Thread
org.apache.cxf.common.commands.ForkedCommand
org.apache.cxf.common.commands.ResultBufferedCommand
- All Implemented Interfaces:
- Runnable
public class ResultBufferedCommand
- extends ForkedCommand
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, yield |
ResultBufferedCommand
public ResultBufferedCommand()
ResultBufferedCommand
public ResultBufferedCommand(String[] args)
getOutput
public InputStream getOutput()
getBufferedOutputReader
public BufferedReader getBufferedOutputReader()
getError
public InputStream getError()
getBufferedErrorReader
public BufferedReader getBufferedErrorReader()
Apache CXF