Uses of Interface
org.ocap.hn.upnp.server.UPnPManagedService

Packages that use UPnPManagedService
org.ocap.hn.upnp.server Provides UPnP server functionality, permitting management of devices and services in the local Host device. 
 

Uses of UPnPManagedService in org.ocap.hn.upnp.server
 

Methods in org.ocap.hn.upnp.server that return UPnPManagedService
 UPnPManagedService UPnPManagedDevice.createService(String serviceType, InputStream description, UPnPActionHandler handler)
          Creates a UPnP service associated with this device.
 UPnPManagedService UPnPManagedStateVariable.getService()
          Gets the service that this state variable is a member of.
 UPnPManagedService[] UPnPManagedDevice.getServices()
          Gets the services supported by this device.
 

Methods in org.ocap.hn.upnp.server with parameters of type UPnPManagedService
 void UPnPStateVariableHandler.notifySubscribed(UPnPManagedService service)
          Notifies the listener that a control point has subscribed to state variable eventing on the specified service.
 void UPnPStateVariableHandler.notifyUnsubscribed(UPnPManagedService service, int remainingSubs)
          Notifies the listener that a control point has successfully unsubscribed from state variable eventing on the specified service, or that a prior subscription has expired.
 



Copyright © 2011. All Rights Reserved.