com.threerings.crowd.server
Class CrowdServer.CrowdModule

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
All Implemented Interfaces:
com.google.inject.Module
Enclosing class:
CrowdServer

public static class CrowdServer.CrowdModule
extends PresentsServer.PresentsModule

Configures dependencies needed by the Crowd services.


Constructor Summary
CrowdServer.CrowdModule()
           
 
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

CrowdServer.CrowdModule

public CrowdServer.CrowdModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class PresentsServer.PresentsModule