universe.base
Class Server.WorldImpObj
java.lang.Object
  
universe.base.Server.WorldShell
      
universe.base.Server.WorldImp
          
universe.base.Server.WorldImpObj
- All Implemented Interfaces: 
 - java.io.Serializable, IWorld
 
- Enclosing class:
 - Server<Msg extends java.io.Serializable>
 
public static class Server.WorldImpObj
- extends Server.WorldImp
 
Transfer using Object Streams... requires serializable
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
Server.WorldImpObj(java.lang.String n,
                   long id,
                   java.io.ObjectInputStream in,
                   java.io.ObjectOutputStream out)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Server.WorldImpObj
public Server.WorldImpObj(java.lang.String n,
                          long id,
                          java.io.ObjectInputStream in,
                          java.io.ObjectOutputStream 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