universe
Class Server.WorldShell

java.lang.Object
  extended by universe.Server.WorldShell
All Implemented Interfaces:
java.io.Serializable, IWorld
Direct Known Subclasses:
Server.WorldImp
Enclosing class:
Server<Univ,Msg>

public static class Server.WorldShell
extends java.lang.Object
implements IWorld

See Also:
Serialized Form

Constructor Summary
Server.WorldShell(java.lang.String n, long id)
           
 
Method Summary
 boolean equals(IWorld w)
           
 boolean equals(java.lang.Object o)
           
 long id()
           
 java.lang.String name()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server.WorldShell

public Server.WorldShell(java.lang.String n,
                         long id)
Method Detail

name

public java.lang.String name()
Specified by:
name in interface IWorld

id

public long id()
Specified by:
id in interface IWorld

equals

public boolean equals(IWorld w)
Specified by:
equals in interface IWorld

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object