fr.imag.adele.bundle.webcam.upnp
Class GetImageAction

java.lang.Object
  extended byfr.imag.adele.bundle.webcam.upnp.GetImageAction
All Implemented Interfaces:
org.osgi.service.upnp.UPnPAction

public class GetImageAction
extends Object
implements org.osgi.service.upnp.UPnPAction


Constructor Summary
GetImageAction(ImageStateVariable imageStateVariable)
           
 
Method Summary
 String[] getInputArgumentNames()
           
 String getName()
           
 String[] getOutputArgumentNames()
           
 String getReturnArgumentName()
           
 org.osgi.service.upnp.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

GetImageAction

public GetImageAction(ImageStateVariable imageStateVariable)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.osgi.service.upnp.UPnPAction
See Also:
UPnPAction.getName()

getReturnArgumentName

public String getReturnArgumentName()
Specified by:
getReturnArgumentName in interface org.osgi.service.upnp.UPnPAction
See Also:
UPnPAction.getReturnArgumentName()

getInputArgumentNames

public String[] getInputArgumentNames()
Specified by:
getInputArgumentNames in interface org.osgi.service.upnp.UPnPAction
See Also:
UPnPAction.getInputArgumentNames()

getOutputArgumentNames

public String[] getOutputArgumentNames()
Specified by:
getOutputArgumentNames in interface org.osgi.service.upnp.UPnPAction
See Also:
UPnPAction.getOutputArgumentNames()

getStateVariable

public org.osgi.service.upnp.UPnPStateVariable getStateVariable(String argumentName)
Specified by:
getStateVariable in interface org.osgi.service.upnp.UPnPAction
See Also:
UPnPAction.getStateVariable(java.lang.String)

invoke

public Dictionary invoke(Dictionary args)
                  throws Exception
Specified by:
invoke in interface org.osgi.service.upnp.UPnPAction
Throws:
Exception
See Also:
UPnPAction.invoke(java.util.Dictionary)