fr.imag.adele.bundle.upnp.remoteui.service
Class RemoteUIServer

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

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


Nested Class Summary
 class RemoteUIServer.A_ARG_TYPE_CompatibleUIsStateVariable
           
 class RemoteUIServer.A_ARG_TYPE_DeviceProfileStateVariable
           
 class RemoteUIServer.A_ARG_TYPE_IntStateVariable
           
 class RemoteUIServer.A_ARG_TYPE_StringStateVariable
           
 class RemoteUIServer.A_ARG_TYPE_URIStateVariable
           
 class RemoteUIServer.GetCompatibleUIsAction
           
 class RemoteUIServer.SetUILifetimeAction
           
 class RemoteUIServer.UIListingUpdateStateVariable
           
 
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
RemoteUIServer(org.osgi.service.upnp.UPnPDevice upnpDevice, String serviceId, String serviceType, String version, RemoteUIServerModel 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

RemoteUIServer

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