Uses of Interface
edu.cmu.emulator.daemon.ProcControl

Packages that use ProcControl
edu.cmu.emulator.daemon Node control daemon implementation and control classes. 
 

Uses of ProcControl in edu.cmu.emulator.daemon
 

Classes in edu.cmu.emulator.daemon that implement ProcControl
 class IORelay_NodeElement
           
 class NodeLogger
          Logs stdout and/or stderr to a file on the node.
 class ProcessMonitor
          Default ProcControl.
 class ProcOutputMonitor
          Runs on the remote node and gathers the output from the node for sending as messages back to the emu.
 

Methods in edu.cmu.emulator.daemon with parameters of type ProcControl
 int NodeDaemon.execProcess(String[] cmds, ProcControl pc)
          Fundamental execProcess routine.
 int DaemonInterface.execProcess(String[] cmds, ProcControl pc)
          Fundamental execProcess routine.
 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, ProcControl pc, ProcListener pl)
          Execute a command on a remote node
 int DaemonCommunicator.execProcessAndWait(String nodeName, String[] cmds, ProcControl pc)
          Execute a list of commands on a remote node, and wait for returned values
 int DaemonCommunicator.execProcessAndWait(String nodeName, String cmds, ProcControl pc)
          Execute a command on a remote node, and wait for returned values
 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, ProcControl pc, ProcListener pl)
          Execute a command on a remote node
 int DaemonCommunicator.jExecAndWait(String nodeName, String[] cmds, ProcControl pc)
          Execute a list of commands on a remote node, and wait for returned values
 int DaemonCommunicator.jExecAndWait(String nodeName, String cmds, ProcControl pc)
          Execute a command on a remote node, and wait for returned values
 



Copyright © 2013. All Rights Reserved.