|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(ServiceType serviceType,
ServiceId serviceId,
Map<Action,ActionExecutor> actionExecutors,
Map<StateVariable,StateVariableAccessor> stateVariableAccessors,
Set<Class> stringConvertibleTypes,
boolean supportsQueryStateVariables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |