Package | Description |
---|---|
org.universAAL.middleware.ui.impl | |
org.universAAL.middleware.ui.impl.generic |
Modifier and Type | Class and Description |
---|---|
class |
UIStrategyCaller.UIRequestCall |
Modifier and Type | Method and Description |
---|---|
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 © 2018 universAAL Consortium. All rights reserved.