com.threerings.bureau.server
Class BureauClientResolver

java.lang.Object
  extended by com.samskivert.util.Invoker.Unit
      extended by com.threerings.presents.server.ClientResolver
          extended by com.threerings.bureau.server.BureauClientResolver
All Implemented Interfaces:
Runnable

public class BureauClientResolver
extends ClientResolver

Used to configure crowd-specific client object data.


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
BureauClientResolver()
           
 
Method Summary
 ClientObject createClientObject()
          Creates the ClientObject derived class that should be created to kick off the resolution process.
 
Methods inherited from class com.threerings.presents.server.ClientResolver
addResolutionListener, createLocalAttribute, 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

BureauClientResolver

public BureauClientResolver()
Method Detail

createClientObject

public ClientObject createClientObject()
Description copied from class: ClientResolver
Creates the ClientObject derived class that should be created to kick off the resolution process.

Overrides:
createClientObject in class ClientResolver