com.threerings.config.dist.data
Class DConfigBootstrapData

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.net.BootstrapData
          extended by com.threerings.config.dist.data.DConfigBootstrapData
All Implemented Interfaces:
Streamable

public class DConfigBootstrapData
extends BootstrapData

Includes the oid of the distributed config object.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 int dconfigOid
          The oid of the distributed config object.
 
Fields inherited from class com.threerings.presents.net.BootstrapData
clientOid, connectionId, services
 
Constructor Summary
DConfigBootstrapData()
           
 
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

dconfigOid

public int dconfigOid
The oid of the distributed config object.

Constructor Detail

DConfigBootstrapData

public DConfigBootstrapData()