|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
edu.cmu.emulator.daemon.EmuDaemon
public class EmuDaemon
| Field Summary | |
|---|---|
protected DaemonCommunicator |
dc
|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
EmuDaemon(DaemonCommunicator dc)
|
|
| Method Summary | |
|---|---|
void |
message(String nodeName,
int procID,
Object msg)
|
void |
processExited(String nodeName,
int procID,
int code)
|
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DaemonCommunicator dc
| Constructor Detail |
|---|
public EmuDaemon(DaemonCommunicator dc)
throws RemoteException
RemoteException| Method Detail |
|---|
public void processExited(String nodeName,
int procID,
int code)
processExited in interface EmuInterface
public void message(String nodeName,
int procID,
Object msg)
message in interface EmuInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||