- 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.UT2004ServerModule
-
- cz.cuni.amis.pogamut.ut2004.examples.controlserver.CustomControlServerModule
-
- All Implemented Interfaces:
- com.google.inject.Module
public class CustomControlServerModule
extends cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
Class used by UT2004Factory telling the guice that it should instantiate our
custom class.
- Author:
- Michal Bida
-
-
Field Summary
-
Fields inherited from class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
worldViewDependenciesProvider
-
Fields inherited from class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule
connectionDependenciesProvider
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
protected void |
configureModules() |
-
Methods inherited from class cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004ServerModule
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, createAgentTeamScope, getAgentIdProvider, getAgentParamsProvider, getAgentScope, getAgentTeamScope
-
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
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.