Uses of Class
org.teleal.cling.model.meta.DeviceService

Packages that use DeviceService
org.teleal.cling.binding   
org.teleal.cling.binding.annotations   
org.teleal.cling.binding.staging   
org.teleal.cling.controlpoint   
org.teleal.cling.model   
org.teleal.cling.model.gena   
org.teleal.cling.model.message.control   
org.teleal.cling.model.message.gena   
org.teleal.cling.model.meta   
org.teleal.cling.protocol   
org.teleal.cling.protocol.sync   
org.teleal.cling.registry   
 

Uses of DeviceService in org.teleal.cling.binding
 

Methods in org.teleal.cling.binding that return DeviceService
 DeviceService LocalServiceBinder.read(Class<?> clazz)
           
 DeviceService LocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Class[] stringConvertibleTypes)
           
 

Uses of DeviceService in org.teleal.cling.binding.annotations
 

Methods in org.teleal.cling.binding.annotations that return DeviceService
 DeviceService AnnotationLocalServiceBinder.read(Class<?> clazz)
           
 DeviceService AnnotationLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Class[] stringConvertibleTypes)
           
 DeviceService AnnotationLocalServiceBinder.read(Class<?> clazz, ServiceId id, ServiceType type, boolean supportsQueryStateVariables, Set<Class> stringConvertibleTypes)
           
 

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

Methods in org.teleal.cling.binding.staging that return DeviceService
 DeviceService MutableDeviceService.build()
           
 DeviceService[] MutableDeviceDescriptor.createDeviceServices()
           
 

Uses of DeviceService in org.teleal.cling.controlpoint
 

Fields in org.teleal.cling.controlpoint declared as DeviceService
protected  DeviceService SubscriptionCallback.deviceService
           
 

Methods in org.teleal.cling.controlpoint that return DeviceService
 DeviceService SubscriptionCallback.getDeviceService()
           
 

Constructors in org.teleal.cling.controlpoint with parameters of type DeviceService
SubscriptionCallback(DeviceService deviceService)
           
SubscriptionCallback(DeviceService deviceService, int requestedDurationSeconds)
           
 

Uses of DeviceService in org.teleal.cling.model
 

Constructors in org.teleal.cling.model with parameters of type DeviceService
DefaultServiceManager(DeviceService<LocalService<T>> deviceService)
           
 

Uses of DeviceService in org.teleal.cling.model.gena
 

Fields in org.teleal.cling.model.gena declared as DeviceService
protected  DeviceService GENASubscription.deviceService
           
 

Methods in org.teleal.cling.model.gena that return DeviceService
 DeviceService<S> GENASubscription.getDeviceService()
           
 

Constructors in org.teleal.cling.model.gena with parameters of type DeviceService
GENASubscription(DeviceService<S> deviceService)
           
GENASubscription(DeviceService<S> deviceService, int requestedDurationSeconds)
           
LocalGENASubscription(DeviceService<LocalService> deviceService, Integer requestedDurationSeconds, List<URL> callbackURLs)
           
LocalGENASubscription(DeviceService<LocalService> deviceService, List<URL> callbackURLs)
           
RemoteGENASubscription(DeviceService deviceService)
           
RemoteGENASubscription(DeviceService deviceService, int requestedDurationSeconds)
           
 

Uses of DeviceService in org.teleal.cling.model.message.control
 

Constructors in org.teleal.cling.model.message.control with parameters of type DeviceService
IncomingActionRequestMessage(StreamRequestMessage source, DeviceService<LocalService> deviceService)
           
 

Uses of DeviceService in org.teleal.cling.model.message.gena
 

Methods in org.teleal.cling.model.message.gena that return DeviceService
 DeviceService IncomingUnsubscribeRequestMessage.getDeviceService()
           
 DeviceService IncomingSubscribeRequestMessage.getDeviceService()
           
 DeviceService IncomingEventRequestMessage.getDeviceService()
           
 

Constructors in org.teleal.cling.model.message.gena with parameters of type DeviceService
IncomingEventRequestMessage(StreamRequestMessage source, DeviceService DeviceService)
           
IncomingSubscribeRequestMessage(StreamRequestMessage source, DeviceService deviceService)
           
IncomingUnsubscribeRequestMessage(StreamRequestMessage source, DeviceService deviceService)
           
 

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

Subclasses of DeviceService in org.teleal.cling.model.meta
 class LocalDeviceService
           
 

Methods in org.teleal.cling.model.meta that return DeviceService
 DeviceService<S> Service.getDeviceService()
           
 DeviceService<S> Device.getDeviceService(ServiceId serviceId)
           
 DeviceService<S>[] Device.getDeviceServices()
           
 DeviceService<S> Device.getFirstDeviceService(ServiceType serviceType)
           
 

Methods in org.teleal.cling.model.meta that return types with arguments of type DeviceService
 List<DeviceService<S>> Device.getDeviceServices(ServiceType serviceType)
           
 

Methods in org.teleal.cling.model.meta with parameters of type DeviceService
 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 DeviceService
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 DeviceService in org.teleal.cling.protocol
 

Methods in org.teleal.cling.protocol that return DeviceService
protected  DeviceService RetrieveRemoteDescriptors.readServiceDescriptor(RemoteDevice device, DeviceService deviceService)
           
 

Methods in org.teleal.cling.protocol with parameters of type DeviceService
protected  DeviceService RetrieveRemoteDescriptors.readServiceDescriptor(RemoteDevice device, DeviceService deviceService)
           
 

Uses of DeviceService in org.teleal.cling.protocol.sync
 

Methods in org.teleal.cling.protocol.sync with parameters of type DeviceService
protected  OutgoingSubscribeResponseMessage ReceivingSubscribe.processNewSubscription(DeviceService deviceService, IncomingSubscribeRequestMessage requestMessage)
           
protected  OutgoingSubscribeResponseMessage ReceivingSubscribe.processRenewal(DeviceService deviceService, IncomingSubscribeRequestMessage requestMessage)
           
 

Uses of DeviceService in org.teleal.cling.registry
 

Methods in org.teleal.cling.registry that return DeviceService
 DeviceService RegistryImpl.getDeviceService(ServiceReference serviceReference)
           
 DeviceService Registry.getDeviceService(ServiceReference serviceReference)
           
 



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