com.threerings.toybox.server
Class ToyBoxClientResolver

java.lang.Object
  extended by com.samskivert.util.Invoker.Unit
      extended by com.threerings.presents.server.ClientResolver
          extended by com.threerings.crowd.server.CrowdClientResolver
              extended by com.threerings.toybox.server.ToyBoxClientResolver
All Implemented Interfaces:
Runnable

public class ToyBoxClientResolver
extends CrowdClientResolver

Customizes the client resolver to use our ToyBoxUserObject.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.presents.server.ClientResolver
ClientResolver.ClientDisconnectedException
 
Field Summary
 
Fields inherited from class com.threerings.presents.server.ClientResolver
_clmgr, _clobj, _failure, _invoker, _listeners, _omgr, _username
 
Fields inherited from class com.samskivert.util.Invoker.Unit
_name, queueStamp
 
Constructor Summary
ToyBoxClientResolver()
           
 
Method Summary
 ClientObject createClientObject()
           
 
Methods inherited from class com.threerings.crowd.server.CrowdClientResolver
createLocalAttribute, createPermissionPolicy
 
Methods inherited from class com.threerings.presents.server.ClientResolver
addResolutionListener, enforceConnected, finishResolution, handleResult, init, invoke, objectAvailable, reportFailure, resolveClientData, toString
 
Methods inherited from class com.samskivert.util.Invoker.Unit
getDetail, getLongThreshold, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToyBoxClientResolver

public ToyBoxClientResolver()
Method Detail

createClientObject

public ClientObject createClientObject()
Overrides:
createClientObject in class CrowdClientResolver