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

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

public class ImageGrabberService
extends Object
implements org.osgi.service.upnp.UPnPService


Field Summary
 
Fields inherited from interface org.osgi.service.upnp.UPnPService
ID, TYPE
 
Constructor Summary
ImageGrabberService(WebCamDevice device)
           
 
Method Summary
 org.osgi.service.upnp.UPnPAction getAction(String name)
           
 org.osgi.service.upnp.UPnPAction[] getActions()
           
 String getId()
           
 byte[] getImage()
           
 org.osgi.service.upnp.UPnPStateVariable getStateVariable(String name)
           
 org.osgi.service.upnp.UPnPStateVariable[] getStateVariables()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageGrabberService

public ImageGrabberService(WebCamDevice device)
Method Detail

getId

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

getType

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

getVersion

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

getActions

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

getAction

public org.osgi.service.upnp.UPnPAction getAction(String name)
Specified by:
getAction in interface org.osgi.service.upnp.UPnPService
See Also:
UPnPService.getAction(java.lang.String)

getStateVariables

public org.osgi.service.upnp.UPnPStateVariable[] getStateVariables()
Specified by:
getStateVariables in interface org.osgi.service.upnp.UPnPService
See Also:
UPnPService.getStateVariables()

getStateVariable

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

getImage

public byte[] getImage()
Returns: