Uses of Class
org.universAAL.middleware.bus.model.BusStrategy

Packages that use BusStrategy
org.universAAL.middleware.bus.model   
org.universAAL.middleware.context.impl   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.ui.impl   
org.universAAL.middleware.ui.impl.generic   
 

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

Fields in org.universAAL.middleware.bus.model declared as BusStrategy
protected  BusStrategy AbstractBus.busStrategy
           
 

Methods in org.universAAL.middleware.bus.model that return BusStrategy
protected abstract  BusStrategy AbstractBus.createBusStrategy(CommunicationModule commModule)
           
 

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

Subclasses of BusStrategy in org.universAAL.middleware.context.impl
 class ContextStrategy
           
 

Methods in org.universAAL.middleware.context.impl that return BusStrategy
protected  BusStrategy ContextBusImpl.createBusStrategy(CommunicationModule commModule)
           
 

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

Subclasses of BusStrategy in org.universAAL.middleware.service.impl
 class ServiceStrategy
          This class implements the BusStrategy for the ServiceBus
 

Methods in org.universAAL.middleware.service.impl that return BusStrategy
protected  BusStrategy ServiceBusImpl.createBusStrategy(CommunicationModule commModule)
           
 

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

Subclasses of BusStrategy in org.universAAL.middleware.ui.impl
 class UIStrategyCaller
          This part of the UIStrategy Stack deals only with communications between the UICallers and the IDialogManager.
 class UIStrategyCoordinatorMng
          This section of the UI Bus Strategy Stack, will only hold the IDialogManager instance.
 class UIStrategyHandler
          This part of the UIStrategy Stack deals only with communications between the UIHandlers and the IDialogManager.
 

Methods in org.universAAL.middleware.ui.impl that return BusStrategy
protected  BusStrategy UIBusImpl.createBusStrategy(CommunicationModule commModule)
           
 

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

Subclasses of BusStrategy in org.universAAL.middleware.ui.impl.generic
 class CallBasedStrategy
          A set of methods to place calls and responses, both for synchronous and asynchronous calls.
 class CoordinatedRegistrationManagement
          Strategy Stack that is in charge of managing registrations, generally a registration is composed of Matchable information that is tied to an Id.
 class CoordinatedStrategy
          Strategy stack dedicated only to manage Coordination of the bus.
 class EventBasedStrategy
          A set of methods to send messages.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.