Uses of Class
org.universAAL.middleware.connectors.exception.CommunicationConnectorException

Packages that use CommunicationConnectorException
org.universAAL.middleware.broker.client   
org.universAAL.middleware.brokers.control   
org.universAAL.middleware.connectors   
org.universAAL.middleware.connectors.communication.jgroups   
org.universAAL.middleware.context.impl   
org.universAAL.middleware.modules.aalspace   
org.universAAL.middleware.modules.listener   
org.universAAL.middleware.service.impl   
org.universAAL.middleware.ui.impl   
 

Uses of CommunicationConnectorException in org.universAAL.middleware.broker.client
 

Methods in org.universAAL.middleware.broker.client with parameters of type CommunicationConnectorException
 void BrokerClientImpl.handleSendError(ChannelMessage message, CommunicationConnectorException e)
           
 

Uses of CommunicationConnectorException in org.universAAL.middleware.brokers.control
 

Methods in org.universAAL.middleware.brokers.control with parameters of type CommunicationConnectorException
 void ControlBroker.handleSendError(ChannelMessage message, CommunicationConnectorException e)
           
 

Uses of CommunicationConnectorException in org.universAAL.middleware.connectors
 

Methods in org.universAAL.middleware.connectors that throw CommunicationConnectorException
 void CommunicationConnector.configureConnector(List<ChannelDescriptor> channels, String peerName)
          Configure the connector
 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
 

Uses of CommunicationConnectorException in org.universAAL.middleware.connectors.communication.jgroups
 

Methods in org.universAAL.middleware.connectors.communication.jgroups that throw CommunicationConnectorException
 void JGroupsCommunicationConnector.configureConnector(List<ChannelDescriptor> channels, String peerName)
           
 void JGroupsCommunicationConnector.multicast(ChannelMessage message)
           
 void JGroupsCommunicationConnector.multicast(ChannelMessage message, List<PeerCard> receivers)
           
 void JGroupsCommunicationConnector.unicast(ChannelMessage message, String receiver)
           
 

Uses of CommunicationConnectorException in org.universAAL.middleware.context.impl
 

Methods in org.universAAL.middleware.context.impl with parameters of type CommunicationConnectorException
 void ContextBusImpl.handleSendError(ChannelMessage message, CommunicationConnectorException e)
           
 

Uses of CommunicationConnectorException in org.universAAL.middleware.modules.aalspace
 

Methods in org.universAAL.middleware.modules.aalspace with parameters of type CommunicationConnectorException
 void AALSpaceModuleImpl.handleSendError(ChannelMessage message, CommunicationConnectorException exception)
           
 

Uses of CommunicationConnectorException in org.universAAL.middleware.modules.listener
 

Methods in org.universAAL.middleware.modules.listener with parameters of type CommunicationConnectorException
 void MessageListener.handleSendError(ChannelMessage message, CommunicationConnectorException e)
          Callback for error handling
 

Uses of CommunicationConnectorException in org.universAAL.middleware.service.impl
 

Methods in org.universAAL.middleware.service.impl with parameters of type CommunicationConnectorException
 void ServiceBusImpl.handleSendError(ChannelMessage message, CommunicationConnectorException e)
           
 

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

Methods in org.universAAL.middleware.ui.impl with parameters of type CommunicationConnectorException
 void UIBusImpl.handleSendError(ChannelMessage message, CommunicationConnectorException e)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.