ix.iserve.ipc.sl
Class WorldTable

java.lang.Object
  extended by ix.iserve.ipc.sl.WorldTable

public class WorldTable
extends java.lang.Object


Constructor Summary
WorldTable()
           
 
Method Summary
 void add(VirtualWorld w)
           
 VirtualWorld findWorld(javax.servlet.http.HttpServletRequest req)
           
 VirtualWorld worldNamed(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldTable

public WorldTable()
Method Detail

add

public void add(VirtualWorld w)

worldNamed

public VirtualWorld worldNamed(java.lang.String name)

findWorld

public VirtualWorld findWorld(javax.servlet.http.HttpServletRequest req)