Uses of Class
edu.cmu.emulator.daemon.RemoteProcess

Packages that use RemoteProcess
edu.cmu.emulator.daemon Node control daemon implementation and control classes. 
edu.cmu.emulator.io IO redirection. 
edu.cmu.emulator.wlandev Classes for controlling WLAN devices. 
 

Uses of RemoteProcess in edu.cmu.emulator.daemon
 

Methods in edu.cmu.emulator.daemon that return RemoteProcess
 RemoteProcess DaemonCommunicator.execProcess_CentralLogIO(String nodeName, String[] cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.execProcess_CentralLogIO(String nodeName, String cmds, String stdoutFileName, String stderrFileName)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.execProcess_CentralLogIO(String nodeName, String cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.execProcess_ConsoleIO(String nodeName, String[] cmds, int ioOptions, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.execProcess_ConsoleIO(String nodeName, String cmds, int ioOptions, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.execProcess_NodeLogIO(String nodeName, String[] cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.execProcess_NodeLogIO(String nodeName, String cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.execProcess_RelayIO(String nodeName, String[] cmds, int ioOptions, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.execProcess_RelayIO(String nodeName, String cmds, int ioOptions, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.execProcess(String nodeName, String[] cmds, ProcControl pc, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.execProcess(String nodeName, String[] cmds, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.execProcess(String nodeName, String cmds, ProcControl pc, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.execProcess(String nodeName, String cmds, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.jExec_CentralLogIO(String nodeName, String[] cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.jExec_CentralLogIO(String nodeName, String cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.jExec_NodeLogIO(String nodeName, String[] cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.jExec_NodeLogIO(String nodeName, String cmds, String stdoutFileName, String stderrFileName, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.jExec_RelayIO(String nodeName, String[] cmds, int ioOptions, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.jExec_RelayIO(String nodeName, String cmds, int ioOptions, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.jExec(String nodeName, String[] cmds, ProcControl pc, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.jExec(String nodeName, String[] cmds, ProcListener pl)
          Execute a list of commands on a remote node
 RemoteProcess DaemonCommunicator.jExec(String nodeName, String cmds, ProcControl pc, ProcListener pl)
          Execute a command on a remote node
 RemoteProcess DaemonCommunicator.jExec(String nodeName, String cmds, ProcListener pl)
          Execute a command on a remote node
 

Uses of RemoteProcess in edu.cmu.emulator.io
 

Fields in edu.cmu.emulator.io declared as RemoteProcess
protected  RemoteProcess MyOutputStreamRelay.remoteProcess
           
 

Constructors in edu.cmu.emulator.io with parameters of type RemoteProcess
MyOutputStreamRelay(RemoteProcess remoteProcess, ProcCommunicator procComm)
           
 

Uses of RemoteProcess in edu.cmu.emulator.wlandev
 

Fields in edu.cmu.emulator.wlandev declared as RemoteProcess
protected  RemoteProcess MadwifiNGDevice.fpRelayReceiverProc
           
protected  RemoteProcess MadwifiNGDevice.fpRelaySenderProc
           
 



Copyright © 2013. All Rights Reserved.