|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisidia.simulation.server.Server
visidia.simulation.server.RemoteServer
public class RemoteServer
This class implements a remote server.
Field Summary |
---|
Fields inherited from class visidia.simulation.server.Server |
---|
console |
Constructor Summary | |
---|---|
RemoteServer(Console console)
Instantiates a new remote server. |
Method Summary | |
---|---|
void |
sendToConsole(Command cmd)
Sends a command to the console. |
Methods inherited from class visidia.simulation.server.Server |
---|
addProcess, getConsole, getProcess |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteServer(Console console)
console
- the consoleMethod Detail |
---|
public void sendToConsole(Command cmd)
Server
sendToConsole
in class Server
cmd
- the command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |