Package org.jupnp.model.action
Klasse QueryStateVariableExecutor
java.lang.Object
org.jupnp.model.action.AbstractActionExecutor
org.jupnp.model.action.QueryStateVariableExecutor
- Alle implementierten Schnittstellen:
ActionExecutor
Special executor for one action, the deprecated "query the value of the any state variable" action.
- Autor:
- Christian Bauer
-
Feldübersicht
Von Klasse geerbte Felder org.jupnp.model.action.AbstractActionExecutor
outputArgumentAccessors -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidexecute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) protected voidexecuteQueryStateVariable(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) Von Klasse geerbte Methoden org.jupnp.model.action.AbstractActionExecutor
execute, getOutputArgumentAccessors, readOutputArgumentValues, setOutputArgumentValue
-
Konstruktordetails
-
QueryStateVariableExecutor
public QueryStateVariableExecutor()
-
-
Methodendetails
-
execute
protected void execute(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) throws Exception - Angegeben von:
executein KlasseAbstractActionExecutor- Löst aus:
Exception
-
executeQueryStateVariable
protected void executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation, Object serviceImpl) throws Exception - Löst aus:
Exception
-