Verwendungen von Schnittstelle
org.jupnp.model.action.ActionExecutor
Packages, die ActionExecutor verwenden
-
Verwendungen von ActionExecutor in org.jupnp.binding.annotations
Methoden in org.jupnp.binding.annotations, die ActionExecutor zurückgebenModifizierer und TypMethodeBeschreibungprotected ActionExecutorAnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>, StateVariableAccessor> outputArguments) Methoden in org.jupnp.binding.annotations, die Typen mit Argumenten vom Typ ActionExecutor zurückgebenModifizierer und TypMethodeBeschreibungprotected Map<Action, ActionExecutor> AnnotationLocalServiceBinder.readActions(Class<?> clazz, Map<StateVariable, StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes) Methodenparameter in org.jupnp.binding.annotations mit Typargumenten vom Typ ActionExecutorModifizierer und TypMethodeBeschreibungAnnotationActionBinder.appendAction(Map<Action, ActionExecutor> actions) -
Verwendungen von ActionExecutor in org.jupnp.model.action
Klassen in org.jupnp.model.action, die ActionExecutor implementierenModifizierer und TypKlasseBeschreibungclassShared procedures for action executors based on an actual service implementation instance.classInvokes methods on a service implementation instance with reflection.classSpecial executor for one action, the deprecated "query the value of the any state variable" action. -
Verwendungen von ActionExecutor in org.jupnp.model.meta
Felder in org.jupnp.model.meta mit Typparametern vom Typ ActionExecutorModifizierer und TypFeldBeschreibungprotected final Map<Action, ActionExecutor> LocalService.actionExecutorsMethoden in org.jupnp.model.meta, die ActionExecutor zurückgebenModifizierer und TypMethodeBeschreibungLocalService.getExecutor(String actionName) LocalService.getExecutor(Action action) Konstruktorparameter in org.jupnp.model.meta mit Typargumenten vom Typ ActionExecutorModifiziererKonstruktorBeschreibungLocalService(ServiceType serviceType, ServiceId serviceId, Map<Action, ActionExecutor> actionExecutors, Map<StateVariable, StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)