Uses of Interface
org.universAAL.middleware.modules.CommunicationModule

Packages that use CommunicationModule
org.universAAL.middleware.bus.model   
org.universAAL.middleware.context.impl   
org.universAAL.middleware.modules   
org.universAAL.middleware.modules.communication   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.ui.impl   
org.universAAL.middleware.ui.impl.generic   
 

Uses of CommunicationModule in org.universAAL.middleware.bus.model
 

Fields in org.universAAL.middleware.bus.model declared as CommunicationModule
protected  CommunicationModule BusStrategy.commModule
           
protected static CommunicationModule AbstractBus.communicationModule
           
 

Methods in org.universAAL.middleware.bus.model with parameters of type CommunicationModule
protected abstract  BusStrategy AbstractBus.createBusStrategy(CommunicationModule commModule)
           
static void AbstractBus.initBrokerage(ModuleContext mc, AALSpaceManager aalSpaceMgr, CommunicationModule commModule)
           
 

Constructors in org.universAAL.middleware.bus.model with parameters of type CommunicationModule
BusStrategy(CommunicationModule commModule)
          Constructor receiving the CommunicationModule instance and creating queue for the messages.
BusStrategy(CommunicationModule commModule, String name)
          Constructor receiving the CommunicationModule instance and creating queue for the messages.
 

Uses of CommunicationModule in org.universAAL.middleware.context.impl
 

Methods in org.universAAL.middleware.context.impl with parameters of type CommunicationModule
protected  BusStrategy ContextBusImpl.createBusStrategy(CommunicationModule commModule)
           
 

Constructors in org.universAAL.middleware.context.impl with parameters of type CommunicationModule
ContextStrategy(CommunicationModule cm)
           
 

Uses of CommunicationModule in org.universAAL.middleware.modules
 

Subinterfaces of CommunicationModule in org.universAAL.middleware.modules
 interface ConfigurableCommunicationModule
          Methods for configure the communication module
 

Uses of CommunicationModule in org.universAAL.middleware.modules.communication
 

Classes in org.universAAL.middleware.modules.communication that implement CommunicationModule
 class CommunicationModuleImpl
          CommunicationModule implementation
 

Uses of CommunicationModule in org.universAAL.middleware.service.impl
 

Methods in org.universAAL.middleware.service.impl with parameters of type CommunicationModule
protected  BusStrategy ServiceBusImpl.createBusStrategy(CommunicationModule commModule)
           
 

Constructors in org.universAAL.middleware.service.impl with parameters of type CommunicationModule
ServiceStrategy(CommunicationModule commModule, ModuleContext mc)
           
 

Uses of CommunicationModule in org.universAAL.middleware.ui.impl
 

Methods in org.universAAL.middleware.ui.impl with parameters of type CommunicationModule
protected  BusStrategy UIBusImpl.createBusStrategy(CommunicationModule commModule)
           
 

Constructors in org.universAAL.middleware.ui.impl with parameters of type CommunicationModule
UIStrategyCaller(CommunicationModule commModule)
           
UIStrategyCaller(CommunicationModule commModule, String name)
           
UIStrategyCoordinatorMng(CommunicationModule commModule)
           
UIStrategyCoordinatorMng(CommunicationModule commModule, String name)
           
UIStrategyHandler(CommunicationModule commModule)
           
UIStrategyHandler(CommunicationModule commModule, String name)
           
 

Uses of CommunicationModule in org.universAAL.middleware.ui.impl.generic
 

Constructors in org.universAAL.middleware.ui.impl.generic with parameters of type CommunicationModule
CallBasedStrategy(CommunicationModule commModule)
           
CallBasedStrategy(CommunicationModule commModule, String name)
           
CoordinatedRegistrationManagement(CommunicationModule commModule)
           
CoordinatedRegistrationManagement(CommunicationModule commModule, String name)
           
CoordinatedStrategy(CommunicationModule commModule)
           
CoordinatedStrategy(CommunicationModule commModule, String name)
           
EventBasedStrategy(CommunicationModule commModule)
           
EventBasedStrategy(CommunicationModule commModule, String name)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.