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

Packages that use LocalService
org.teleal.cling.binding   
org.teleal.cling.binding.annotations   
org.teleal.cling.model   
org.teleal.cling.model.action   
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.model.state   
org.teleal.cling.protocol.sync   
 

Uses of LocalService in org.teleal.cling.binding
 

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

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

Methods in org.teleal.cling.binding.annotations that return LocalService
 LocalService AnnotationLocalServiceBinder.read(Class<?> clazz)
           
 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)
           
 

Methods in org.teleal.cling.binding.annotations that return types with arguments of type LocalService
protected  Map<ActionArgument<LocalService>,StateVariableAccessor> AnnotationActionBinder.createOutputArguments()
           
 

Method parameters in org.teleal.cling.binding.annotations with type arguments of type LocalService
protected  ActionExecutor AnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
           
 

Uses of LocalService in org.teleal.cling.model
 

Fields in org.teleal.cling.model declared as LocalService
protected  LocalService<T> DefaultServiceManager.service
           
 

Methods in org.teleal.cling.model that return LocalService
 LocalService<T> ServiceManager.getService()
           
 LocalService<T> DefaultServiceManager.getService()
           
 

Constructors in org.teleal.cling.model with parameters of type LocalService
DefaultServiceManager(LocalService<T> service)
           
DefaultServiceManager(LocalService<T> service, Class<T> serviceClass)
           
 

Uses of LocalService in org.teleal.cling.model.action
 

Fields in org.teleal.cling.model.action with type parameters of type LocalService
protected  Map<ActionArgument<LocalService>,StateVariableAccessor> ActionExecutor.outputArgumentAccessors
           
 

Methods in org.teleal.cling.model.action that return types with arguments of type LocalService
 Map<ActionArgument<LocalService>,StateVariableAccessor> ActionExecutor.getOutputArgumentAccessors()
           
 

Method parameters in org.teleal.cling.model.action with type arguments of type LocalService
protected  Object[] MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation, Method method)
           
 void ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
           
protected  void QueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected  void MethodActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected abstract  void ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected  void QueryStateVariableExecutor.executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation, Object serviceImpl)
           
protected  boolean MethodActionExecutor.isUseOutputArgumentAccessors(ActionInvocation<LocalService> actionInvocation)
           
protected  Object ActionExecutor.readOutputArgumentValues(Action<LocalService> action, Object instance)
           
protected  void ActionExecutor.setOutputArgumentValues(ActionInvocation<LocalService> actionInvocation, Object result)
           
 

Constructor parameters in org.teleal.cling.model.action with type arguments of type LocalService
ActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors)
           
MethodActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors, Method method)
           
 

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

Constructors in org.teleal.cling.model.gena with parameters of type LocalService
LocalGENASubscription(LocalService service, Integer requestedDurationSeconds, List<URL> callbackURLs)
           
LocalGENASubscription(LocalService service, List<URL> callbackURLs)
           
 

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

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

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

Methods in org.teleal.cling.model.message.gena that return LocalService
 LocalService IncomingUnsubscribeRequestMessage.getService()
           
 LocalService IncomingSubscribeRequestMessage.getService()
           
 

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

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

Methods in org.teleal.cling.model.meta that return LocalService
 LocalService[] LocalDevice.getServices()
           
 LocalService[] LocalDevice.newArray(int size)
           
 LocalService LocalDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<LocalService>[] actions, StateVariable<LocalService>[] stateVariables)
           
 LocalService[] LocalDevice.toArray(Collection<LocalService> col)
           
 

Methods in org.teleal.cling.model.meta with parameters of type LocalService
 LocalDevice LocalDevice.newInstance(UDN udn, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, List<LocalDevice> embeddedDevices)
           
 

Method parameters in org.teleal.cling.model.meta with type arguments of type LocalService
 LocalService[] LocalDevice.toArray(Collection<LocalService> col)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type LocalService
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, LocalService service)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, LocalDevice[] embeddedDevices)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon[] icons, LocalService service, LocalDevice embeddedDevice)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon icon, LocalService service)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon icon, LocalService[] services)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon icon, LocalService[] services, LocalDevice[] embeddedDevices)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, Icon icon, LocalService service, LocalDevice embeddedDevice)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, LocalService service)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, LocalService[] services)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, LocalService[] services, LocalDevice[] embeddedDevices)
           
LocalDevice(DeviceIdentity identity, DeviceType type, DeviceDetails details, LocalService service, LocalDevice embeddedDevice)
           
LocalDevice(DeviceIdentity identity, UDAVersion version, DeviceType type, DeviceDetails details, Icon[] icons, LocalService[] services, LocalDevice[] embeddedDevices)
           
 

Uses of LocalService in org.teleal.cling.model.state
 

Method parameters in org.teleal.cling.model.state with type arguments of type LocalService
 StateVariableValue StateVariableAccessor.read(StateVariable<LocalService> stateVariable, Object serviceImpl)
           
 

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

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



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