Class ReadyModule
- java.lang.Object
 - 
- com.google.inject.AbstractModule
 - 
- org.opendaylight.infrautils.ready.guice.ReadyModule
 
 
 
- 
- All Implemented Interfaces:
 com.google.inject.Module,PostFullSystemInjectionListener
public class ReadyModule extends com.google.inject.AbstractModule implements PostFullSystemInjectionListener
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadyModule() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()voidonFullSystemInjected()- 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding 
 - 
 
 - 
 
- 
- 
Method Detail
- 
configure
protected void configure()
- Overrides:
 configurein classcom.google.inject.AbstractModule
 
- 
onFullSystemInjected
public void onFullSystemInjected()
- Specified by:
 onFullSystemInjectedin interfacePostFullSystemInjectionListener
 
 - 
 
 -