|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||