com.threerings.tudey.tools
Class ToolServer.ToolClientResolver

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.tudey.tools.ToolServer.ToolClientResolver
All Implemented Interfaces:
Runnable
Enclosing class:
ToolServer

protected static class ToolServer.ToolClientResolver
extends CrowdClientResolver

Client resolver class.


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
protected ToolServer.ToolClientResolver()
           
 
Method Summary
 ClientObject createClientObject()
           
 
Methods inherited from class com.threerings.crowd.server.CrowdClientResolver
createLocalAttribute
 
Methods inherited from class com.threerings.presents.server.ClientResolver
addResolutionListener, enforceConnected, finishResolution, handleResult, init, invoke, objectAvailable, reportFailure, reportSuccess, 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

ToolServer.ToolClientResolver

protected ToolServer.ToolClientResolver()
Method Detail

createClientObject

public ClientObject createClientObject()
Overrides:
createClientObject in class CrowdClientResolver