Uses of Class
things.universe.UniverseID

Packages that use UniverseID
things.universe   
things.universe.server   
 

Uses of UniverseID in things.universe
 

Methods in things.universe that return UniverseID
 UniverseID Universe.getId()
          Get the id for this universe.
 UniverseID UniverseServer.getID()
          Return the ID of this Universe.
 

Methods in things.universe with parameters of type UniverseID
 boolean UniverseID.equals(UniverseID other)
          See if this object is equal to the passes object.
 Universe UniverseRegistry.getAccessor(UniverseID theUniverse)
          Get an accessor to a universe.
 Clearance UniverseRegistry.getClearance(UniverseID theUniverse)
          Get an clearance for a universe by id.
 

Uses of UniverseID in things.universe.server
 

Fields in things.universe.server declared as UniverseID
 UniverseID UniverseLocalServer.id
           
 

Methods in things.universe.server that return UniverseID
 UniverseID UniverseLocal.getId()
          Get the id for this universe.
 UniverseID UniverseLocalServer.getID()
          Return the ID of this Universe
 

Methods in things.universe.server with parameters of type UniverseID
 void UniverseLocal.genesis(java.lang.String path, UniverseID uid)
          This will always be called when the universe server is created.
 Universe UniverseRegistry_Simple.getAccessor(UniverseID theUniverse)
          Manufacture an accessor to a universe.
 Clearance UniverseRegistry_Simple.getClearance(UniverseID theUniverse)
          Get an clearance for a universe by id.
 



Things.