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

Packages that use DeviceType
org.teleal.cling.binding.staging   
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 DeviceType in org.teleal.cling.binding.staging
 

Methods in org.teleal.cling.binding.staging that return DeviceType
 DeviceType MutableDeviceDescriptor.createDeviceType()
           
 

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

Constructors in org.teleal.cling.model.message.header with parameters of type DeviceType
DeviceTypeHeader(DeviceType value)
           
DeviceUSNHeader(UDN udn, DeviceType deviceType)
           
 

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

Methods in org.teleal.cling.model.meta that return DeviceType
 DeviceType Device.getType()
           
 

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

Constructors in org.teleal.cling.model.meta with parameters of type DeviceType
Device(DI identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<S>[] deviceServices)
           
Device(DI identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<S>[] deviceServices, D[] embeddedDevices)
           
Device(DI identity, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<S>[] deviceServices, D[] embeddedDevices)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<LocalService>[] deviceServices)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<LocalService>[] deviceServices, LocalDevice[] embeddedDevices)
           
LocalDevice(DeviceIdentity identity, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<LocalService>[] deviceServices, LocalDevice[] embeddedDevices)
           
RemoteDevice(RemoteDeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<RemoteService>[] deviceServices)
           
RemoteDevice(RemoteDeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<RemoteService>[] deviceServices, RemoteDevice[] embeddedDevices)
           
RemoteDevice(RemoteDeviceIdentity identity, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, DeviceService<RemoteService>[] deviceServices, RemoteDevice[] embeddedDevices)
           
 

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

Subclasses of DeviceType in org.teleal.cling.model.types
 class UDADeviceType
           
 

Methods in org.teleal.cling.model.types that return DeviceType
static DeviceType DeviceType.fromString(String s)
           
 DeviceType NamedDeviceType.getDeviceType()
           
 

Methods in org.teleal.cling.model.types with parameters of type DeviceType
 boolean DeviceType.implementsVersion(DeviceType that)
           
 

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

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

Methods in org.teleal.cling.protocol.async with parameters of type DeviceType
protected  void ReceivingSearch.sendSearchResponseDeviceType(DeviceType deviceType)
           
 

Uses of DeviceType in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry with parameters of type DeviceType
 Collection<Device> RegistryImpl.getDevices(DeviceType deviceType)
           
 Collection<Device> Registry.getDevices(DeviceType deviceType)
           
 



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