Uses of Class
org.teleal.cling.model.action.ActionExecutor

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

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

Methods in org.teleal.cling.binding.annotations that return ActionExecutor
protected  ActionExecutor AnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
           
 

Methods in org.teleal.cling.binding.annotations that return types with arguments of type ActionExecutor
protected  Map<Action,ActionExecutor> AnnotationLocalServiceBinder.readActions(Class<?> clazz, Map<StateVariable,StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes)
           
 

Method parameters in org.teleal.cling.binding.annotations with type arguments of type ActionExecutor
 void AnnotationActionBinder.appendAction(Map<Action,ActionExecutor> actions)
           
 

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

Subclasses of ActionExecutor in org.teleal.cling.model.action
 class MethodActionExecutor
           
 class QueryStateVariableExecutor
           
 

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

Fields in org.teleal.cling.model.meta with type parameters of type ActionExecutor
protected  Map<Action,ActionExecutor> LocalService.actionExecutors
           
 

Methods in org.teleal.cling.model.meta that return ActionExecutor
 ActionExecutor LocalService.getExecutor(Action action)
           
 ActionExecutor LocalService.getExecutor(String actionName)
           
 

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



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