com.threerings.micasa.data
Class MiCasaBootstrapData

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.net.BootstrapData
          extended by com.threerings.micasa.data.MiCasaBootstrapData
All Implemented Interfaces:
Streamable

public class MiCasaBootstrapData
extends BootstrapData

Extends the basic Presents bootstrap data and provides some bootstrap information specific to the MiCasa services.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 int defLobbyOid
          The oid of the default lobby.
 
Fields inherited from class com.threerings.presents.net.BootstrapData
clientOid, connectionId, services
 
Constructor Summary
MiCasaBootstrapData()
           
 
Method Summary
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

defLobbyOid

public int defLobbyOid
The oid of the default lobby.

Constructor Detail

MiCasaBootstrapData

public MiCasaBootstrapData()