com.threerings.bureau.data
Class BureauClientObject

java.lang.Object
  extended by com.threerings.presents.dobj.DObject
      extended by com.threerings.presents.data.ClientObject
          extended by com.threerings.bureau.data.BureauClientObject
All Implemented Interfaces:
Streamable

public class BureauClientObject
extends ClientObject

An object representing a Bureau connection. This is currently just a marker class.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.presents.data.ClientObject
ClientObject.PermissionPolicy
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 
Fields inherited from class com.threerings.presents.data.ClientObject
_permPolicy, _references, CLOBJ_CHANGED, receivers, RECEIVERS, username, USERNAME
 
Fields inherited from class com.threerings.presents.dobj.DObject
_accessors, _atable, _controller, _deathWish, _listeners, _locattrs, _locks, _oid, _omgr, _scount, _subs, _tcancelled, _tcount, _tevent
 
Constructor Summary
BureauClientObject()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.threerings.presents.data.ClientObject
addToReceivers, checkAccess, checkAccess, createPermissionPolicy, hasAccess, hasAccess, reference, release, removeFromReceivers, setReceivers, setUsername, updateReceivers, who
 
Methods inherited from class com.threerings.presents.dobj.DObject
acquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, clearLock, clearTransaction, commitTransaction, createAccessors, destroy, getAccessController, getAccessor, getAttribute, getListenerIndex, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, isAuthoritative, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, releaseLock, removeFromSet, removeListener, removeSubscriber, requestAttributeChange, requestAttributeChange, requestElementUpdate, requestElementUpdate, requestEntryAdd, requestEntryRemove, requestEntryUpdate, requestEntryUpdate, requestOidAdd, requestOidAdd, requestOidRemove, requestOidRemove, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, updateSet, which, which
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BureauClientObject

public BureauClientObject()
Method Detail

toString

public String toString()
Overrides:
toString in class DObject