Uses of Class
org.fourthline.cling.model.DiscoveryOptions

Packages that use DiscoveryOptions
org.fourthline.cling.registry   
 

Uses of DiscoveryOptions in org.fourthline.cling.registry
 

Methods in org.fourthline.cling.registry that return DiscoveryOptions
 DiscoveryOptions RegistryImpl.getDiscoveryOptions(UDN udn)
           
 DiscoveryOptions Registry.getDiscoveryOptions(UDN udn)
          Get the currently active DiscoveryOptions for the given (local device) UDN.
 

Methods in org.fourthline.cling.registry with parameters of type DiscoveryOptions
 void RegistryImpl.addDevice(LocalDevice localDevice, DiscoveryOptions options)
           
 void Registry.addDevice(LocalDevice localDevice, DiscoveryOptions options)
          Call this method to add your local device metadata.
 void RegistryImpl.setDiscoveryOptions(UDN udn, DiscoveryOptions options)
           
 void Registry.setDiscoveryOptions(UDN udn, DiscoveryOptions options)
          Change the active DiscoveryOptions for the given (local device) UDN.
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.