Uses of Class
org.universAAL.middleware.interfaces.ChannelDescriptor

Packages that use ChannelDescriptor
org.universAAL.middleware.brokers.control   
org.universAAL.middleware.connectors   
org.universAAL.middleware.connectors.communication.jgroups   
org.universAAL.middleware.interfaces.aalspace   
org.universAAL.middleware.modules   
org.universAAL.middleware.modules.communication   
 

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

Methods in org.universAAL.middleware.brokers.control with parameters of type ChannelDescriptor
 void ControlBroker.configurePeeringChannel(ChannelDescriptor peeringChannel, String peerName)
          Configures the peering channel by configuring the AALSpaceModule and by creating a new channel for the Communication Module
 

Method parameters in org.universAAL.middleware.brokers.control with type arguments of type ChannelDescriptor
 void ControlBroker.configureChannels(List<ChannelDescriptor> communicationChannels, String peerName)
          Only configures the communication channels by creating a list of channels for the Communication Module
 void ControlBroker.resetModule(List<ChannelDescriptor> channels)
           
 

Uses of ChannelDescriptor in org.universAAL.middleware.connectors
 

Method parameters in org.universAAL.middleware.connectors with type arguments of type ChannelDescriptor
 void CommunicationConnector.configureConnector(List<ChannelDescriptor> channels, String peerName)
          Configure the connector
 void CommunicationConnector.dispose(List<ChannelDescriptor> channels)
          Reset the CommunicationConnector
 

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

Method parameters in org.universAAL.middleware.connectors.communication.jgroups with type arguments of type ChannelDescriptor
 void JGroupsCommunicationConnector.configureConnector(List<ChannelDescriptor> channels, String peerName)
           
 void JGroupsCommunicationConnector.dispose(List<ChannelDescriptor> channels)
           
 

Uses of ChannelDescriptor in org.universAAL.middleware.interfaces.aalspace
 

Methods in org.universAAL.middleware.interfaces.aalspace that return types with arguments of type ChannelDescriptor
 List<ChannelDescriptor> AALSpaceDescriptor.getBrokerChannels()
           
 

Method parameters in org.universAAL.middleware.interfaces.aalspace with type arguments of type ChannelDescriptor
 void AALSpaceDescriptor.setBrokerChannels(List<ChannelDescriptor> brokerChannels)
           
 

Constructor parameters in org.universAAL.middleware.interfaces.aalspace with type arguments of type ChannelDescriptor
AALSpaceDescriptor(AALSpaceCard spaceCard, List<ChannelDescriptor> brokerChannels)
           
 

Uses of ChannelDescriptor in org.universAAL.middleware.modules
 

Method parameters in org.universAAL.middleware.modules with type arguments of type ChannelDescriptor
 void ConfigurableCommunicationModule.configureChannels(List<ChannelDescriptor> communicationChannels, String peerName)
          This method allows to configure the CommunicationModule with a List of channels
 void ConfigurableCommunicationModule.dispose(List<ChannelDescriptor> communicationChannels)
          This method allows to reset the Communication module
 

Uses of ChannelDescriptor in org.universAAL.middleware.modules.communication
 

Method parameters in org.universAAL.middleware.modules.communication with type arguments of type ChannelDescriptor
 void CommunicationModuleImpl.configureChannels(List<ChannelDescriptor> channels, String peerName)
           
 void CommunicationModuleImpl.dispose(List<ChannelDescriptor> channels)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.