org.apache.felix.upnp.sample.binaryLight.actions
Class SetTargetAction

java.lang.Object
  extended by org.apache.felix.upnp.sample.binaryLight.actions.SetTargetAction
All Implemented Interfaces:
UPnPAction

public class SetTargetAction
extends Object
implements UPnPAction


Constructor Summary
SetTargetAction(LightModel model, UPnPStateVariable state)
           
 
Method Summary
 String[] getInputArgumentNames()
           
 String getName()
           
 String[] getOutputArgumentNames()
           
 String getReturnArgumentName()
           
 UPnPStateVariable getStateVariable(String argumentName)
           
 Dictionary invoke(Dictionary args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetTargetAction

public SetTargetAction(LightModel model,
                       UPnPStateVariable state)
Method Detail

getName

public String getName()
Specified by:
getName in interface UPnPAction

getReturnArgumentName

public String getReturnArgumentName()
Specified by:
getReturnArgumentName in interface UPnPAction

getInputArgumentNames

public String[] getInputArgumentNames()
Specified by:
getInputArgumentNames in interface UPnPAction

getOutputArgumentNames

public String[] getOutputArgumentNames()
Specified by:
getOutputArgumentNames in interface UPnPAction

getStateVariable

public UPnPStateVariable getStateVariable(String argumentName)
Specified by:
getStateVariable in interface UPnPAction

invoke

public Dictionary invoke(Dictionary args)
                  throws Exception
Specified by:
invoke in interface UPnPAction
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.