com.threerings.tudey.server
Class TudeyServer.TudeyModule

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
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
ToolServer.ToolModule
Enclosing class:
TudeyServer

public static class TudeyServer.TudeyModule
extends WhirledServer.WhirledModule

Configures dependencies needed by the Tudey services.


Constructor Summary
TudeyServer.TudeyModule()
           
 
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
 

Constructor Detail

TudeyServer.TudeyModule

public TudeyServer.TudeyModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class WhirledServer.WhirledModule

shouldInitConfigManager

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).