com.threerings.tudey.server
Class TudeyServer

java.lang.Object
  extended by com.threerings.presents.server.PresentsServer
      extended by com.threerings.crowd.server.CrowdServer
          extended by com.threerings.whirled.server.WhirledServer
              extended by com.threerings.tudey.server.TudeyServer
Direct Known Subclasses:
ToolServer

public abstract class TudeyServer
extends WhirledServer

The base Tudey server.


Nested Class Summary
static class TudeyServer.TudeyModule
          Configures dependencies needed by the Tudey services.
 
Nested classes/interfaces inherited from class com.threerings.whirled.server.WhirledServer
WhirledServer.WhirledModule
 
Nested classes/interfaces inherited from class com.threerings.crowd.server.CrowdServer
CrowdServer.CrowdModule
 
Nested classes/interfaces inherited from class com.threerings.presents.server.PresentsServer
PresentsServer.PresentsModule, PresentsServer.PresentsServerModule
 
Field Summary
protected  SceneRegistry _scenereg
          The scene registry.
 
Fields inherited from class com.threerings.crowd.server.CrowdServer
_bodyman, _chatprov, _locman, _plreg, PROVIDERS_KEY
 
Fields inherited from class com.threerings.presents.server.PresentsServer
_authInvoker, _clmgr, _conmgr, _datagramReader, _invmgr, _invoker, _lifecycle, _omgr, _socketAcceptor, invmgr, omgr
 
Constructor Summary
TudeyServer()
           
 
Method Summary
 
Methods inherited from class com.threerings.whirled.server.WhirledServer
init
 
Methods inherited from class com.threerings.crowd.server.CrowdServer
main
 
Methods inherited from class com.threerings.presents.server.PresentsServer
createDefaultObjectAccessController, getBindHostname, getDatagramHostname, getDatagramPorts, getListenPorts, invokerDidShutdown, openToThePublic, queueShutdown, registerSignalHandlers, run, runServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_scenereg

@Inject
protected SceneRegistry _scenereg
The scene registry.

Constructor Detail

TudeyServer

public TudeyServer()