org.fourthline.cling.model.action
Class QueryStateVariableExecutor
java.lang.Object
org.fourthline.cling.model.action.AbstractActionExecutor
org.fourthline.cling.model.action.QueryStateVariableExecutor
- All Implemented Interfaces:
- ActionExecutor
public class QueryStateVariableExecutor
- extends AbstractActionExecutor
Special executor for one action, the deprecated "query the value of the any state variable" action.
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryStateVariableExecutor
public QueryStateVariableExecutor()
execute
protected void execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
throws Exception
- Specified by:
execute
in class AbstractActionExecutor
- Throws:
Exception
executeQueryStateVariable
protected void executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
throws Exception
- Throws:
Exception
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.