|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceId in org.teleal.cling.binding |
---|
Methods in org.teleal.cling.binding with parameters of type ServiceId | |
---|---|
DeviceService |
LocalServiceBinder.read(java.lang.Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
java.lang.Class[] stringConvertibleTypes)
|
Uses of ServiceId in org.teleal.cling.binding.annotations |
---|
Methods in org.teleal.cling.binding.annotations with parameters of type ServiceId | |
---|---|
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 ServiceId in org.teleal.cling.binding.staging |
---|
Fields in org.teleal.cling.binding.staging declared as ServiceId | |
---|---|
ServiceId |
MutableDeviceService.serviceId
|
Uses of ServiceId in org.teleal.cling.model |
---|
Methods in org.teleal.cling.model that return ServiceId | |
---|---|
ServiceId |
ServiceReference.getServiceId()
|
Constructors in org.teleal.cling.model with parameters of type ServiceId | |
---|---|
ServiceReference(UDN udn,
ServiceId serviceId)
|
Uses of ServiceId in org.teleal.cling.model.meta |
---|
Methods in org.teleal.cling.model.meta that return ServiceId | |
---|---|
ServiceId |
DeviceService.getServiceId()
|
Methods in org.teleal.cling.model.meta with parameters of type ServiceId | |
---|---|
DeviceService<S> |
Device.findDeviceService(ServiceId serviceId)
|
protected java.util.Collection<DeviceService> |
Device.findDeviceServices(ServiceType serviceType,
ServiceId serviceId,
D current)
|
Constructors in org.teleal.cling.model.meta with parameters of type ServiceId | |
---|---|
DeviceService(ServiceType serviceType,
ServiceId serviceId,
java.net.URI descriptorURI,
java.net.URI controlURI,
java.net.URI eventSubscriptionURI)
|
|
DeviceService(ServiceType serviceType,
ServiceId serviceId,
java.net.URI descriptorURI,
java.net.URI controlURI,
java.net.URI eventSubscriptionURI,
S service)
|
|
LocalDeviceService(ServiceType serviceType,
ServiceId serviceId,
LocalService service)
|
Uses of ServiceId in org.teleal.cling.model.types |
---|
Subclasses of ServiceId in org.teleal.cling.model.types | |
---|---|
class |
UDAServiceId
|
Methods in org.teleal.cling.model.types that return ServiceId | |
---|---|
static ServiceId |
ServiceId.valueOf(java.lang.String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |