Uses of Interface
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
 

Classes in org.teleal.cling.model.action that implement ActionExecutor
 class AbstractActionExecutor
           
 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(ServiceType serviceType, ServiceId serviceId, Map<Action,ActionExecutor> actionExecutors, Map<StateVariable,StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)
           
 



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