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

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

Uses of EmuInterface in edu.cmu.emulator.daemon
 

Classes in edu.cmu.emulator.daemon that implement EmuInterface
 class EmuDaemon
           
 

Fields in edu.cmu.emulator.daemon declared as EmuInterface
private  EmuInterface NodeDaemon.emu
           
private  EmuInterface DaemonCommunicator.emu
          The RMI interface on the Emulator
 

Methods in edu.cmu.emulator.daemon that return EmuInterface
 EmuInterface NodeDaemon.getEmuInterface()
           
 

Methods in edu.cmu.emulator.daemon with parameters of type EmuInterface
 void NodeDaemon.init(String nodeName, EmuInterface emu)
           
 void DaemonInterface.init(String nodeName, EmuInterface emu)
           
 



Copyright © 2013. All Rights Reserved.