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

Packages that use DiscoveryConnectorException
org.universAAL.middleware.connectors   
org.universAAL.middleware.connectors.discovery.slp   
 

Uses of DiscoveryConnectorException in org.universAAL.middleware.connectors
 

Methods in org.universAAL.middleware.connectors that throw DiscoveryConnectorException
 void DiscoveryConnector.announceAALSpace(AALSpaceCard spaceCard)
          Announce the existence of an AALSpace
 void DiscoveryConnector.deregisterAALSpace(AALSpaceCard spaceCard)
          De-register an AALSpace
 List<AALSpaceCard> DiscoveryConnector.findAALSpace()
          Discovers all the AALSpace without a filter
 List<AALSpaceCard> DiscoveryConnector.findAALSpace(Dictionary<String,String> filters)
          Discovers all the AALSpace matching agains the filter
 

Uses of DiscoveryConnectorException in org.universAAL.middleware.connectors.discovery.slp
 

Methods in org.universAAL.middleware.connectors.discovery.slp that throw DiscoveryConnectorException
 void SLPDiscoveryConnector.announceAALSpace(AALSpaceCard card)
          This method implements how to announce an AALSpace by adopting the SLP protocol
 void SLPDiscoveryConnector.deregisterAALSpace(AALSpaceCard spaceCard)
           
 List<AALSpaceCard> SLPDiscoveryConnector.findAALSpace()
           
 List<AALSpaceCard> SLPDiscoveryConnector.findAALSpace(Dictionary<String,String> filters)
          This method finds an AALSpace by using the specified filter in the SLP network
protected static Dictionary SLPDiscoveryConnector.unmarshalServiceAttributes(ServiceLocationEnumeration attributes)
          This method converts the list of attributes as a Dictionary of properties.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.