Package | Description |
---|---|
org.universAAL.middleware.ui.impl | |
org.universAAL.middleware.ui.impl.generic |
Modifier and Type | Class and Description |
---|---|
class |
UIStrategyCaller
This part of the UIStrategy Stack deals only with communications between the
UICaller s 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
UIHandler s and the IDialogManager . |
Modifier and Type | Class and Description |
---|---|
class |
CallMessage<Strategy extends CallBasedStrategy> |
Modifier and Type | Class and Description |
---|---|
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.
|
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.