fr.imag.adele.bundle.webcam.upnp
Class GetImageAction
java.lang.Object
fr.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetImageAction
public GetImageAction(ImageStateVariable imageStateVariable)
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)