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

Packages that use LocalService
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.meta   
org.teleal.cling.model.state   
 

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

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
 

Methods in org.teleal.cling.model with parameters of type LocalService
abstract  Object ServiceManager.getImplementation(LocalService service)
           
 Object DefaultServiceManager.getImplementation(LocalService service)
           
protected  Object DefaultServiceManager.instantiateImplementation(LocalService service)
           
 

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
 

Constructor parameters in org.teleal.cling.model.gena with type arguments of type LocalService
LocalGENASubscription(DeviceService<LocalService> deviceService, Integer requestedDurationSeconds, List<URL> callbackURLs)
           
LocalGENASubscription(DeviceService<LocalService> deviceService, List<URL> callbackURLs)
           
 

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

Constructor parameters in org.teleal.cling.model.message.control with type arguments of type LocalService
IncomingActionRequestMessage(StreamRequestMessage source, DeviceService<LocalService> deviceService)
           
 

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

Methods in org.teleal.cling.model.meta that return types with arguments of type LocalService
static Constructor<LocalService> LocalService.getConstructor()
           
 

Constructors in org.teleal.cling.model.meta with parameters of type LocalService
LocalDeviceService(ServiceType serviceType, ServiceId serviceId, LocalService service)
           
 

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

Fields in org.teleal.cling.model.state declared as LocalService
protected  LocalService ServiceState.service
           
 

Methods in org.teleal.cling.model.state that return LocalService
 LocalService ServiceState.getService()
           
 

Methods in org.teleal.cling.model.state with parameters of type LocalService
 void ServiceState.init(LocalService service)
           
 

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



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