fr.imag.adele.bundle.upnp.igd.service
Class WANEthernetLinkConfig

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

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


Nested Class Summary
 class WANEthernetLinkConfig.EthernetLinkStatusStateVariable
           
 class WANEthernetLinkConfig.GetEthernetLinkStatusAction
           
 
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
WANEthernetLinkConfig(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, WANEthernetLinkConfigModel 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

WANEthernetLinkConfig

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