com.threerings.stage.server
Class StageServer.StageModule

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.stage.server.StageServer.StageModule
All Implemented Interfaces:
com.google.inject.Module
Enclosing class:
StageServer

public static class StageServer.StageModule
extends WhirledServer.WhirledModule

Configures dependencies needed by the Stage services.


Constructor Summary
StageServer.StageModule()
           
 
Method Summary
protected  void configure()
           
 
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

StageServer.StageModule

public StageServer.StageModule()
Method Detail

configure

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