|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.inject.AbstractModule cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule<PARAMS> cz.cuni.amis.pogamut.base.factory.guice.GuiceCommunicationModule<PARAMS> cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule<PARAMS> cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule<PARAMS> cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule cz.cuni.amis.pogamut.ut2004.analyzer.UT2004AnalyzerObserverModule cz.cuni.amis.pogamut.ut2004.analyzer.stats.UT2004AnalyzerObsStatsModule
public class UT2004AnalyzerObsStatsModule
Field Summary |
---|
Fields inherited from class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule |
---|
worldViewDependenciesProvider |
Fields inherited from class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule |
---|
connectionDependenciesProvider |
Constructor Summary | |
---|---|
UT2004AnalyzerObsStatsModule()
|
Method Summary | |
---|---|
protected void |
configureModules()
Override to create new module with your own bindings adding it into GuiceAgentModule.modules using GuiceCommunicationModule#addModule(Module) . |
Methods inherited from class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ObserverModule |
---|
prepareNewAgent |
Methods inherited from class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule |
---|
getAddressProvider |
Methods inherited from class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule |
---|
addModule, configure, createAgentScope, getAgentIdProvider, getAgentParamsProvider, getAgentScope |
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 |
---|
public UT2004AnalyzerObsStatsModule()
Method Detail |
---|
protected void configureModules()
GuiceCommunicationModule
GuiceAgentModule.modules
using GuiceCommunicationModule#addModule(Module)
.
See GuiceCommunicationModule.configureModules()
source code for the example (utilizes anonymous class, instantiating AbstractModule
).
configureModules
in class UT2004AnalyzerObserverModule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |