Apache CXF API

org.apache.cxf.common.commands
Class ResultBufferedCommand

java.lang.Object
  extended by java.lang.Thread
      extended by org.apache.cxf.common.commands.ForkedCommand
          extended by org.apache.cxf.common.commands.ResultBufferedCommand
All Implemented Interfaces:
Runnable

public class ResultBufferedCommand
extends ForkedCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class org.apache.cxf.common.commands.ForkedCommand
DEFAULT_TIMEOUT, EXE_SUFFIX
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ResultBufferedCommand()
           
ResultBufferedCommand(String[] args)
           
 
Method Summary
 BufferedReader getBufferedErrorReader()
           
 BufferedReader getBufferedOutputReader()
           
 InputStream getError()
           
 InputStream getOutput()
           
 
Methods inherited from class org.apache.cxf.common.commands.ForkedCommand
execute, execute, joinErrOut, run, setArgs, setEnvironment, setErrorStream, setOutputStream, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultBufferedCommand

public ResultBufferedCommand()

ResultBufferedCommand

public ResultBufferedCommand(String[] args)
Method Detail

getOutput

public InputStream getOutput()

getBufferedOutputReader

public BufferedReader getBufferedOutputReader()

getError

public InputStream getError()

getBufferedErrorReader

public BufferedReader getBufferedErrorReader()

Apache CXF API

Apache CXF