universe.base
Class Server.WorldImpSExp
java.lang.Object
   universe.base.Server.WorldShell
universe.base.Server.WorldShell
       universe.base.Server.WorldImp
universe.base.Server.WorldImp
           universe.base.Server.WorldImpSExp
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:
- receiveMessagein class- Server.WorldImp
 
- 
- Throws:
- java.lang.Exception
 
sendMessage
public void sendMessage(java.lang.Object o,
                        java.lang.String from)
- 
- Specified by:
- sendMessagein class- Server.WorldImp
 
- 
 
close
public void close()
           throws java.lang.Exception
- 
- Specified by:
- closein class- Server.WorldImp
 
- 
- Throws:
- java.lang.Exception