com.threerings.tudey.tools
Class ToolServer.ToolModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.threerings.presents.server.PresentsServer.PresentsModule
          extended by com.threerings.crowd.server.CrowdServer.CrowdModule
              extended by com.threerings.whirled.server.WhirledServer.WhirledModule
                  extended by com.threerings.tudey.server.TudeyServer.TudeyModule
                      extended by com.threerings.tudey.tools.ToolServer.ToolModule
All Implemented Interfaces:
com.google.inject.Module
Enclosing class:
ToolServer

public static class ToolServer.ToolModule
extends TudeyServer.TudeyModule

Configures dependencies needed by the local server.


Field Summary
protected  Client _client
           
 
Constructor Summary
ToolServer.ToolModule(Client client)
           
 
Method Summary
protected  void configure()
           
protected  boolean shouldInitConfigManager()
          Checks whether we should initialize the config manager duration configuration (or whether it will be initialized later, when we have some extra piece of information).
 
Methods inherited from class com.threerings.presents.server.PresentsServer.PresentsModule
bindInvokers, bindPeerInvoker
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_client

protected Client _client
Constructor Detail

ToolServer.ToolModule

public ToolServer.ToolModule(Client client)
Method Detail

configure

protected void configure()
Overrides:
configure in class TudeyServer.TudeyModule

shouldInitConfigManager

protected boolean shouldInitConfigManager()
Description copied from class: TudeyServer.TudeyModule
Checks whether we should initialize the config manager duration configuration (or whether it will be initialized later, when we have some extra piece of information).

Overrides:
shouldInitConfigManager in class TudeyServer.TudeyModule