com.threerings.crowd.server
Class BodyLocal

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.server.ClientLocal
          extended by com.threerings.crowd.server.BodyLocal
All Implemented Interfaces:
Streamable

public class BodyLocal
extends ClientLocal

Contains information tracked for each body by the server.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 long statusTime
          The time at which the BodyObject.status field was last updated.
 
Fields inherited from class com.threerings.presents.server.ClientLocal
secret
 
Constructor Summary
BodyLocal()
           
 
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

statusTime

public long statusTime
The time at which the BodyObject.status field was last updated.

Constructor Detail

BodyLocal

public BodyLocal()