fr.imag.adele.bundle.upnp.hvac.service
Class ControlValve

java.lang.Object
  extended byfr.imag.adele.util.upnp.AbstractUPnPService
      extended byfr.imag.adele.bundle.upnp.hvac.service.ControlValve
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.upnp.UPnPService

public class ControlValve
extends fr.imag.adele.util.upnp.AbstractUPnPService


Nested Class Summary
 class ControlValve.ControlModeStateVariable
           
 class ControlValve.GetMinMaxAction
           
 class ControlValve.GetModeAction
           
 class ControlValve.GetPositionAction
           
 class ControlValve.GetPositionTargetAction
           
 class ControlValve.MaxPositionStateVariable
           
 class ControlValve.MinPositionStateVariable
           
 class ControlValve.PositionStatusStateVariable
           
 class ControlValve.PositionTargetStateVariable
           
 class ControlValve.SetMinMaxAction
           
 class ControlValve.SetModeAction
           
 class ControlValve.SetPositionAction
           
 
Field Summary
 
Fields inherited from class fr.imag.adele.util.upnp.AbstractUPnPService
actions, stateVariables, upnpDevice
 
Fields inherited from interface org.osgi.service.upnp.UPnPService
ID, TYPE
 
Constructor Summary
ControlValve(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, ControlValveModel model)
          constructor
 
Methods inherited from class fr.imag.adele.util.upnp.AbstractUPnPService
getAction, getActions, getId, getStateVariable, getStateVariables, getType, getVersion, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlValve

public ControlValve(org.osgi.service.upnp.UPnPDevice upnpDevice,
                    String serviceId,
                    String serviceType,
                    String version,
                    ControlValveModel model)
constructor