edu.cmu.emulator.io
Class MyOutputStreamRelay

java.lang.Object
  extended by edu.cmu.emulator.io.MyOutputStreamRelay
All Implemented Interfaces:
Runnable

public class MyOutputStreamRelay
extends Object
implements Runnable


Field Summary
protected  boolean isRunning
           
protected  ProcCommunicator procComm
           
protected  RemoteProcess remoteProcess
           
protected  String stderr
           
protected  String stdout
           
 
Constructor Summary
MyOutputStreamRelay(RemoteProcess remoteProcess, ProcCommunicator procComm)
           
 
Method Summary
 String[] getOutput()
           
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteProcess

protected RemoteProcess remoteProcess

procComm

protected ProcCommunicator procComm

stdout

protected String stdout

stderr

protected String stderr

isRunning

protected boolean isRunning
Constructor Detail

MyOutputStreamRelay

public MyOutputStreamRelay(RemoteProcess remoteProcess,
                           ProcCommunicator procComm)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface Runnable

getOutput

public String[] getOutput()


Copyright © 2013. All Rights Reserved.