|
||||||||||
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(java.lang.Class<?> clazz)
|
DeviceService |
LocalServiceBinder.read(java.lang.Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
java.lang.Class[] stringConvertibleTypes)
|
Uses of DeviceService in org.teleal.cling.binding.annotations |
---|
Methods in org.teleal.cling.binding.annotations that return DeviceService | |
---|---|
DeviceService |
AnnotationLocalServiceBinder.read(java.lang.Class<?> clazz)
|
DeviceService |
AnnotationLocalServiceBinder.read(java.lang.Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
java.lang.Class[] stringConvertibleTypes)
|
DeviceService |
AnnotationLocalServiceBinder.read(java.lang.Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
java.util.Set<java.lang.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,
java.lang.Integer requestedDurationSeconds,
java.util.List<java.net.URL> callbackURLs)
|
|
LocalGENASubscription(DeviceService<LocalService> deviceService,
java.util.List<java.net.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> |
Device.findDeviceService(ServiceId serviceId)
|
DeviceService<RemoteService>[] |
RemoteDevice.findDeviceServices()
|
DeviceService<LocalService>[] |
LocalDevice.findDeviceServices()
|
abstract DeviceService<S>[] |
Device.findDeviceServices()
|
DeviceService<RemoteService>[] |
RemoteDevice.findDeviceServices(ServiceType serviceType)
|
DeviceService<LocalService>[] |
LocalDevice.findDeviceServices(ServiceType serviceType)
|
abstract DeviceService<S>[] |
Device.findDeviceServices(ServiceType serviceType)
|
DeviceService<S> |
Device.findFirstDeviceService(ServiceType serviceType)
|
DeviceService<S> |
Service.getDeviceService()
|
DeviceService<S>[] |
Device.getDeviceServices()
|
Methods in org.teleal.cling.model.meta that return types with arguments of type DeviceService | |
---|---|
protected java.util.Collection<DeviceService> |
Device.findDeviceServices(ServiceType serviceType,
ServiceId serviceId,
D current)
|
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,
java.util.List<LocalDevice> embeddedDevices)
|
RemoteDevice |
RemoteDevice.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
DeviceService<RemoteService>[] deviceServices,
java.util.List<RemoteDevice> embeddedDevices)
|
abstract D |
Device.newInstance(UDN udn,
UDAVersion version,
DeviceType type,
DeviceDetails details,
Icon[] icons,
DeviceService<S>[] deviceServices,
java.util.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 |