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:
java.lang.Runnable

public class ResultBufferedCommand
extends ForkedCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.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(java.lang.String[] args)
           
 
Method Summary
 java.io.BufferedReader getBufferedErrorReader()
           
 java.io.BufferedReader getBufferedOutputReader()
           
 java.io.InputStream getError()
           
 java.io.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(java.lang.String[] args)
Method Detail

getOutput

public java.io.InputStream getOutput()

getBufferedOutputReader

public java.io.BufferedReader getBufferedOutputReader()

getError

public java.io.InputStream getError()

getBufferedErrorReader

public java.io.BufferedReader getBufferedErrorReader()


Apache CXF