|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceId in org.fourthline.cling.binding |
---|
Methods in org.fourthline.cling.binding with parameters of type ServiceId | |
---|---|
LocalService |
LocalServiceBinder.read(Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
Class[] stringConvertibleTypes)
|
Uses of ServiceId in org.fourthline.cling.binding.annotations |
---|
Methods in org.fourthline.cling.binding.annotations with parameters of type ServiceId | |
---|---|
LocalService |
AnnotationLocalServiceBinder.read(Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
Class[] stringConvertibleTypes)
|
LocalService |
AnnotationLocalServiceBinder.read(Class<?> clazz,
ServiceId id,
ServiceType type,
boolean supportsQueryStateVariables,
Set<Class> stringConvertibleTypes)
|
Uses of ServiceId in org.fourthline.cling.binding.staging |
---|
Fields in org.fourthline.cling.binding.staging declared as ServiceId | |
---|---|
ServiceId |
MutableService.serviceId
|
Uses of ServiceId in org.fourthline.cling.model |
---|
Methods in org.fourthline.cling.model that return ServiceId | |
---|---|
ServiceId |
ServiceReference.getServiceId()
|
Constructors in org.fourthline.cling.model with parameters of type ServiceId | |
---|---|
ServiceReference(UDN udn,
ServiceId serviceId)
|
Uses of ServiceId in org.fourthline.cling.model.meta |
---|
Methods in org.fourthline.cling.model.meta that return ServiceId | |
---|---|
ServiceId |
Service.getServiceId()
|
Methods in org.fourthline.cling.model.meta with parameters of type ServiceId | |
---|---|
S |
Device.findService(ServiceId serviceId)
|
protected Collection<S> |
Device.findServices(ServiceType serviceType,
ServiceId serviceId,
D current)
|
LocalService |
LocalDevice.newInstance(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<LocalService>[] actions,
StateVariable<LocalService>[] stateVariables)
|
RemoteService |
RemoteDevice.newInstance(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<RemoteService>[] actions,
StateVariable<RemoteService>[] stateVariables)
|
abstract S |
Device.newInstance(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<S>[] actions,
StateVariable<S>[] stateVariables)
|
Constructors in org.fourthline.cling.model.meta with parameters of type ServiceId | |
---|---|
LocalService(ServiceType serviceType,
ServiceId serviceId,
Action[] actions,
StateVariable[] stateVariables)
|
|
LocalService(ServiceType serviceType,
ServiceId serviceId,
Map<Action,ActionExecutor> actionExecutors,
Map<StateVariable,StateVariableAccessor> stateVariableAccessors,
Set<Class> stringConvertibleTypes,
boolean supportsQueryStateVariables)
|
|
RemoteService(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI)
|
|
RemoteService(ServiceType serviceType,
ServiceId serviceId,
URI descriptorURI,
URI controlURI,
URI eventSubscriptionURI,
Action<RemoteService>[] actions,
StateVariable<RemoteService>[] stateVariables)
|
|
Service(ServiceType serviceType,
ServiceId serviceId)
|
|
Service(ServiceType serviceType,
ServiceId serviceId,
Action<S>[] actions,
StateVariable<S>[] stateVariables)
|
Uses of ServiceId in org.fourthline.cling.model.types |
---|
Subclasses of ServiceId in org.fourthline.cling.model.types | |
---|---|
class |
UDAServiceId
Service identifier with a fixed upnp-org namespace. |
Methods in org.fourthline.cling.model.types that return ServiceId | |
---|---|
static ServiceId |
ServiceId.valueOf(String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |