| Modifier and Type | Method and Description | 
|---|---|
void | 
BrokerClientImpl.handleSendError(ChannelMessage message,
               CommunicationConnectorException e)  | 
void | 
BrokerClientImpl.messageReceived(ChannelMessage message)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ControlBroker.handleSendError(ChannelMessage message,
               CommunicationConnectorException e)  | 
void | 
ControlBroker.messageReceived(ChannelMessage message)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ChannelMessage | 
BusStrategy.buildChannelMessage(BusMessage m)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractBus.messageReceived(ChannelMessage message)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommunicationConnector.multicast(ChannelMessage message)
Send multicast message to a group (Broadcast) 
 | 
void | 
CommunicationConnector.multicast(ChannelMessage message,
         List<PeerCard> receivers)
Send multicast message to a list of recipients in the same group 
 | 
void | 
CommunicationConnector.unicast(ChannelMessage message,
       String receiver)
Send unicast message to one recipient 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JGroupsCommunicationConnector.multicast(ChannelMessage message)  | 
void | 
JGroupsCommunicationConnector.multicast(ChannelMessage message,
         List<PeerCard> receivers)  | 
void | 
JGroupsCommunicationConnector.unicast(ChannelMessage message,
       String receiver)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ChannelMessage | 
ChannelMessage.unmarshall(String message)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DummyCommunicationModule.messageReceived(ChannelMessage arg0)  | 
void | 
DummyCommunicationModule.send(ChannelMessage arg0,
    MessageListener arg1,
    PeerCard arg2)  | 
void | 
DummyCommunicationModule.send(ChannelMessage arg0,
    PeerCard arg1)  | 
void | 
DummyCommunicationModule.sendAll(ChannelMessage arg0)  | 
void | 
DummyCommunicationModule.sendAll(ChannelMessage arg0,
       List<PeerCard> arg1)  | 
void | 
DummyCommunicationModule.sendAll(ChannelMessage arg0,
       List<PeerCard> arg1,
       MessageListener arg2)  | 
void | 
DummyCommunicationModule.sendAll(ChannelMessage arg0,
       MessageListener arg1)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContextBusImpl.handleSendError(ChannelMessage message,
               CommunicationConnectorException e)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommunicationModule.messageReceived(ChannelMessage channelMessage)
This method is invoked by the Connector layer as soon as a message
 arrives. 
 | 
void | 
CommunicationModule.send(ChannelMessage message,
    MessageListener listener,
    PeerCard receiver)
Unicast send 
 | 
void | 
CommunicationModule.send(ChannelMessage message,
    PeerCard receiver)
Unicast send to the Space Coordinator for joining operation 
 | 
void | 
CommunicationModule.sendAll(ChannelMessage message)
Broadcast implementation of the send 
 | 
void | 
CommunicationModule.sendAll(ChannelMessage message,
       List<PeerCard> receivers)
Multicast implementation of the send. 
 | 
void | 
CommunicationModule.sendAll(ChannelMessage message,
       List<PeerCard> receivers,
       MessageListener listener)
Multicast send 
 | 
void | 
CommunicationModule.sendAll(ChannelMessage message,
       MessageListener listener)
Broadcast implementation of the send 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommunicationModuleImpl.messageReceived(ChannelMessage channelMessage)  | 
void | 
CommunicationModuleImpl.send(ChannelMessage message,
    MessageListener listener,
    PeerCard receiver)
Unicast 
 | 
void | 
CommunicationModuleImpl.send(ChannelMessage message,
    PeerCard receiver)
Unicast 
 | 
void | 
CommunicationModuleImpl.sendAll(ChannelMessage message)
Broadcast 
 | 
void | 
CommunicationModuleImpl.sendAll(ChannelMessage message,
       List<PeerCard> recipients)
Multicast 
 | 
void | 
CommunicationModuleImpl.sendAll(ChannelMessage message,
       List<PeerCard> receivers,
       MessageListener listener)
Multicast 
 | 
void | 
CommunicationModuleImpl.sendAll(ChannelMessage message,
       MessageListener listener)
Broadcast with message listener 
 | 
| Constructor and Description | 
|---|
BroadcastExecutor(ChannelMessage message,
                 CommunicationConnector communicationConnector,
                 MessageListener listener,
                 ModuleContext moduleContext)  | 
UnicastExecutor(ChannelMessage message,
               CommunicationConnector communicationConnector,
               PeerCard receiver,
               List<MessageListener> listeners,
               ModuleContext moduleContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageListener.handleSendError(ChannelMessage message,
               CommunicationConnectorException e)
Callback for error handling 
 | 
void | 
MessageListener.messageReceived(ChannelMessage message)
Callback for the reception of messages 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceModuleImpl.handleSendError(ChannelMessage message,
               CommunicationConnectorException exception)  | 
void | 
SpaceModuleImpl.messageReceived(ChannelMessage message)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServiceBusImpl.handleSendError(ChannelMessage message,
               CommunicationConnectorException e)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UIBusImpl.handleSendError(ChannelMessage message,
               CommunicationConnectorException e)  | 
Copyright © 2018 universAAL Consortium. All rights reserved.