Uses of Class
org.universAAL.middleware.ui.impl.generic.CallBasedStrategy

Packages that use CallBasedStrategy
org.universAAL.middleware.ui.impl   
org.universAAL.middleware.ui.impl.generic   
 

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

Subclasses of CallBasedStrategy 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.
 

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

Classes in org.universAAL.middleware.ui.impl.generic with type parameters of type CallBasedStrategy
 class CallMessage<Strategy extends CallBasedStrategy>
           
 

Subclasses of CallBasedStrategy in org.universAAL.middleware.ui.impl.generic
 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.
 

Method parameters in org.universAAL.middleware.ui.impl.generic with type arguments of type CallBasedStrategy
protected  void CallBasedStrategy.placeAsynchronousRequest(PeerCard peer, CallMessage<? extends CallBasedStrategy> callMessage)
          Send an asynchronous request to memberID.
protected  void CallBasedStrategy.placeAsynchronousRequest(String memberID, CallMessage<? extends CallBasedStrategy> callMessage)
          Send an asynchronous request to memberID.
protected  Object CallBasedStrategy.placeSynchronousRequest(PeerCard peer, CallMessage<? extends CallBasedStrategy> callMessage)
          Place a Synchronous request, The CallMessage is sent and the message is anotated as waiting for response, the calling thread will be set in a waiting state until either a response to the message is received, or the call is aborted.
protected  Object CallBasedStrategy.placeSynchronousRequest(String memberID, CallMessage<? extends CallBasedStrategy> callMessage)
          Place a Synchronous request, The CallMessage is sent and the message is anotated as waiting for response, the calling thread will be set in a waiting state until either a response to the message is received, or the call is aborted.
 void CallBasedStrategy.sendAsynchronousResponse(PeerCard peer, CallMessage<? extends CallBasedStrategy> response)
           
 void CallBasedStrategy.sendAsynchronousResponse(String memberID, CallMessage<? extends CallBasedStrategy> response)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.