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

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

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

Subclasses of CallMessage in org.universAAL.middleware.ui.impl
 class UIStrategyCaller.UIRequestCall
           
 

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

Methods in org.universAAL.middleware.ui.impl.generic with parameters of type CallMessage
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.