fr.imag.adele.bundle.upnp.securitycamera.service
Class DigitalSecurityCameraSettings.SetFixedWhiteBalanceAction

java.lang.Object
  extended byfr.imag.adele.util.upnp.AbstractUPnPAction
      extended byfr.imag.adele.bundle.upnp.securitycamera.service.DigitalSecurityCameraSettings.SetFixedWhiteBalanceAction
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.upnp.UPnPAction
Enclosing class:
DigitalSecurityCameraSettings

public class DigitalSecurityCameraSettings.SetFixedWhiteBalanceAction
extends fr.imag.adele.util.upnp.AbstractUPnPAction


Constructor Summary
DigitalSecurityCameraSettings.SetFixedWhiteBalanceAction(org.osgi.service.upnp.UPnPService upnpService, DigitalSecurityCameraSettingsModel model)
           
 
Method Summary
 Dictionary invoke(Dictionary _args)
           
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class fr.imag.adele.util.upnp.AbstractUPnPAction
addInArg, addOutArg, getInputArgumentNames, getName, getOutputArgumentNames, getReturnArgumentName, getStateVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigitalSecurityCameraSettings.SetFixedWhiteBalanceAction

public DigitalSecurityCameraSettings.SetFixedWhiteBalanceAction(org.osgi.service.upnp.UPnPService upnpService,
                                                                DigitalSecurityCameraSettingsModel model)
Method Detail

invoke

public Dictionary invoke(Dictionary _args)
                  throws Exception
Throws:
Exception
See Also:
UPnPAction.invoke(java.util.Dictionary)

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception
Throws:
Exception