|
||||||||||
| 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.LocalServer
public class LocalServer
This class implements a local server.
| Field Summary |
|---|
| Fields inherited from class visidia.simulation.server.Server |
|---|
console |
| Constructor Summary | |
|---|---|
LocalServer(Console console)
Instantiates a new local 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 LocalServer(Console console)
console - the console| Method Detail |
|---|
public void sendToConsole(Command cmd)
Server
sendToConsole in class Servercmd - the command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||