universe.base
Class Server.WorldImpSExp
java.lang.Object
universe.base.Server.WorldShell
universe.base.Server.WorldImp
universe.base.Server.WorldImpSExp
- All Implemented Interfaces:
- java.io.Serializable, IWorld
- Enclosing class:
- Server<Msg extends java.io.Serializable>
public static class Server.WorldImpSExp
- extends Server.WorldImp
Transfer with SExpressions...
- See Also:
- Serialized Form
Constructor Summary |
Server.WorldImpSExp(java.lang.String n,
long id,
java.io.InputStream in,
java.io.OutputStream out)
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server.WorldImpSExp
public Server.WorldImpSExp(java.lang.String n,
long id,
java.io.InputStream in,
java.io.OutputStream out)
receiveMessage
public java.lang.Object receiveMessage()
throws java.lang.Exception
- Specified by:
receiveMessage
in class Server.WorldImp
- Throws:
java.lang.Exception
sendMessage
public void sendMessage(java.lang.Object o,
java.lang.String from)
- Specified by:
sendMessage
in class Server.WorldImp
close
public void close()
throws java.lang.Exception
- Specified by:
close
in class Server.WorldImp
- Throws:
java.lang.Exception