Uses of Class
org.teleal.cling.model.state.StateVariableAccessor

Packages that use StateVariableAccessor
org.teleal.cling.binding.annotations   
org.teleal.cling.model.action   
org.teleal.cling.model.meta   
org.teleal.cling.model.state   
 

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

Fields in org.teleal.cling.binding.annotations declared as StateVariableAccessor
protected  StateVariableAccessor AnnotationStateVariableBinder.accessor
           
 

Fields in org.teleal.cling.binding.annotations with type parameters of type StateVariableAccessor
protected  Map<StateVariable,StateVariableAccessor> AnnotationActionBinder.stateVariables
           
 

Methods in org.teleal.cling.binding.annotations that return StateVariableAccessor
protected  StateVariableAccessor AnnotationActionBinder.findOutputArgumentAccessor(StateVariable stateVariable, String getterName, boolean multipleArguments)
           
 StateVariableAccessor AnnotationStateVariableBinder.getAccessor()
           
 

Methods in org.teleal.cling.binding.annotations that return types with arguments of type StateVariableAccessor
protected  Map<ActionArgument<LocalService>,StateVariableAccessor> AnnotationActionBinder.createOutputArguments()
           
 Map<StateVariable,StateVariableAccessor> AnnotationActionBinder.getStateVariables()
           
protected  Map<StateVariable,StateVariableAccessor> AnnotationLocalServiceBinder.readStateVariables(Class<?> clazz, Set<Class> stringConvertibleTypes)
           
 

Method parameters in org.teleal.cling.binding.annotations with type arguments of type StateVariableAccessor
protected  ActionExecutor AnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
           
protected  Map<Action,ActionExecutor> AnnotationLocalServiceBinder.readActions(Class<?> clazz, Map<StateVariable,StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes)
           
 

Constructors in org.teleal.cling.binding.annotations with parameters of type StateVariableAccessor
AnnotationStateVariableBinder(UpnpStateVariable annotation, String name, StateVariableAccessor accessor, Set<Class> stringConvertibleTypes)
           
 

Constructor parameters in org.teleal.cling.binding.annotations with type arguments of type StateVariableAccessor
AnnotationActionBinder(Method method, Map<StateVariable,StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes)
           
 

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

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

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

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

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

Fields in org.teleal.cling.model.meta with type parameters of type StateVariableAccessor
protected  Map<StateVariable,StateVariableAccessor> LocalService.stateVariableAccessors
           
 

Methods in org.teleal.cling.model.meta that return StateVariableAccessor
 StateVariableAccessor LocalService.getAccessor(StateVariable stateVariable)
           
 StateVariableAccessor LocalService.getAccessor(String stateVariableName)
           
 

Constructor parameters in org.teleal.cling.model.meta with type arguments of type StateVariableAccessor
LocalService(Map<Action,ActionExecutor> actionExecutors, Map<StateVariable,StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)
           
LocalService(UDAVersion version, Map<Action,ActionExecutor> actionExecutors, Map<StateVariable,StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)
           
 

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

Subclasses of StateVariableAccessor in org.teleal.cling.model.state
 class FieldStateVariableAccessor
           
 class GetterStateVariableAccessor
           
 



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