edu.cmu.emulator.daemon
Class IORelay_ControllerElement

java.lang.Object
  extended by edu.cmu.emulator.daemon.IORelay_ControllerElement

public class IORelay_ControllerElement
extends Object


Field Summary
protected  boolean doStderr
           
protected  boolean doStdin
           
protected  boolean doStdout
           
protected  Socket errSocket
           
protected  Socket ioSocket
           
protected  InputStream stderr
           
protected  OutputStream stdin
           
protected  InputStream stdout
           
 
Constructor Summary
IORelay_ControllerElement(int ioOptions)
           
 
Method Summary
 void close()
           
 void connect(String wiredNicIpAddress, int serverPort)
           
 InputStream getStderr()
           
 OutputStream getStdin()
           
 InputStream getStdout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ioSocket

protected Socket ioSocket

errSocket

protected Socket errSocket

doStdin

protected boolean doStdin

doStdout

protected boolean doStdout

doStderr

protected boolean doStderr

stdin

protected OutputStream stdin

stdout

protected InputStream stdout

stderr

protected InputStream stderr
Constructor Detail

IORelay_ControllerElement

public IORelay_ControllerElement(int ioOptions)
Method Detail

getStdin

public OutputStream getStdin()

getStdout

public InputStream getStdout()

getStderr

public InputStream getStderr()

connect

public void connect(String wiredNicIpAddress,
                    int serverPort)
             throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.