Uses of Class
org.teleal.cling.model.types.UDN

Packages that use UDN
org.teleal.cling.binding.staging   
org.teleal.cling.model   
org.teleal.cling.model.message.discovery   
org.teleal.cling.model.message.header   
org.teleal.cling.model.meta   
org.teleal.cling.model.types   
org.teleal.cling.protocol.async   
org.teleal.cling.registry   
 

Uses of UDN in org.teleal.cling.binding.staging
 

Fields in org.teleal.cling.binding.staging declared as UDN
 UDN MutableDevice.udn
           
 

Uses of UDN in org.teleal.cling.model
 

Methods in org.teleal.cling.model that return UDN
 UDN ServiceReference.getUdn()
           
 

Constructors in org.teleal.cling.model with parameters of type UDN
ServiceReference(UDN udn, ServiceId serviceId)
           
 

Uses of UDN in org.teleal.cling.model.message.discovery
 

Methods in org.teleal.cling.model.message.discovery that return UDN
 UDN IncomingSearchResponse.getRootDeviceUDN()
           
 UDN IncomingNotificationRequest.getUDN()
           
 

Uses of UDN in org.teleal.cling.model.message.header
 

Constructors in org.teleal.cling.model.message.header with parameters of type UDN
DeviceUSNHeader(UDN udn, DeviceType deviceType)
           
ServiceUSNHeader(UDN udn, ServiceType serviceType)
           
UDNHeader(UDN udn)
           
USNRootDeviceHeader(UDN udn)
           
 

Uses of UDN in org.teleal.cling.model.meta
 

Methods in org.teleal.cling.model.meta that return UDN
 UDN DeviceIdentity.getUdn()
           
 

Methods in org.teleal.cling.model.meta with parameters of type UDN
protected  D Device.find(UDN udn, D current)
           
 RemoteDevice RemoteDevice.findDevice(UDN udn)
           
 LocalDevice LocalDevice.findDevice(UDN udn)
           
abstract  D Device.findDevice(UDN udn)
           
 LocalDevice LocalDevice.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, List<LocalDevice> embeddedDevices)
           
 RemoteDevice RemoteDevice.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, RemoteService[] services, List<RemoteDevice> embeddedDevices)
           
abstract  D Device.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, S[] services, List<D> embeddedDevices)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type UDN
DeviceIdentity(UDN udn)
           
DeviceIdentity(UDN udn, DeviceIdentity template)
           
DeviceIdentity(UDN udn, Integer maxAgeSeconds)
           
RemoteDeviceIdentity(UDN udn, Integer maxAgeSeconds, URL descriptorURL, byte[] interfaceMacAddress, InetAddress localBindAddress, int localStreamPort)
           
RemoteDeviceIdentity(UDN udn, Integer maxAgeSeconds, URL descriptorURL, byte[] interfaceMacAddress, URL localBaseURL)
           
RemoteDeviceIdentity(UDN udn, RemoteDeviceIdentity template)
           
 

Uses of UDN in org.teleal.cling.model.types
 

Methods in org.teleal.cling.model.types that return UDN
 UDN NamedServiceType.getUdn()
           
 UDN NamedDeviceType.getUdn()
           
static UDN UDN.uniqueSystemIdentifier(String salt)
          Generates a global unique identifer that is the same every time this method is invoked on the same machine.
static UDN UDN.valueOf(String udnString)
           
 

Constructors in org.teleal.cling.model.types with parameters of type UDN
NamedDeviceType(UDN udn, DeviceType deviceType)
           
NamedServiceType(UDN udn, ServiceType serviceType)
           
 

Uses of UDN in org.teleal.cling.protocol.async
 

Methods in org.teleal.cling.protocol.async with parameters of type UDN
protected  void ReceivingSearch.sendSearchResponseUDN(UDN udn)
           
 

Uses of UDN in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry with parameters of type UDN
 Device RegistryImpl.getDevice(UDN udn, boolean rootOnly)
           
 Device Registry.getDevice(UDN udn, boolean rootOnly)
           
 LocalDevice RegistryImpl.getLocalDevice(UDN udn, boolean rootOnly)
           
 LocalDevice Registry.getLocalDevice(UDN udn, boolean rootOnly)
           
 RemoteDevice RegistryImpl.getRemoteDevice(UDN udn, boolean rootOnly)
           
 RemoteDevice Registry.getRemoteDevice(UDN udn, boolean rootOnly)
           
 boolean RegistryImpl.removeDevice(UDN udn)
           
 boolean Registry.removeDevice(UDN udn)
          Call this to remove any device metadata with the given UDN.
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.