edu.cmu.emulator.daemon
Interface EmuInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
EmuDaemon

public interface EmuInterface
extends Remote


Method Summary
 void message(String nodeName, int procID, Object msg)
           
 void processExited(String nodeName, int procID, int code)
           
 

Method Detail

processExited

void processExited(String nodeName,
                   int procID,
                   int code)
                   throws RemoteException
Throws:
RemoteException

message

void message(String nodeName,
             int procID,
             Object msg)
             throws RemoteException
Throws:
RemoteException


Copyright © 2013. All Rights Reserved.