Uses of Class
net.sbbi.upnp.services.UPNPService

Packages that use UPNPService
net.sbbi.upnp   
net.sbbi.upnp.devices   
net.sbbi.upnp.jmx   
net.sbbi.upnp.messages   
net.sbbi.upnp.services   
 

Uses of UPNPService in net.sbbi.upnp
 

Methods in net.sbbi.upnp with parameters of type UPNPService
 int ServicesEventing.register(UPNPService service, ServiceEventHandler handler, int subscriptionDuration)
          Register state variable events notification for a device service
 ServiceEventSubscription ServicesEventing.registerEvent(UPNPService service, ServiceEventHandler handler, int subscriptionDuration)
          Register state variable events notification for a device service
 boolean ServicesEventing.unRegister(UPNPService service, ServiceEventHandler handler)
          Unregisters events notifications from a service
 

Uses of UPNPService in net.sbbi.upnp.devices
 

Methods in net.sbbi.upnp.devices that return UPNPService
 UPNPService UPNPDevice.getService(String serviceURI)
          Looks for a UPNP device service definition object for the given service URI (Type)
 UPNPService UPNPDevice.getServiceByID(String serviceID)
          Looks for a UPNP device service definition object for the given service ID
 

Uses of UPNPService in net.sbbi.upnp.jmx
 

Constructors in net.sbbi.upnp.jmx with parameters of type UPNPService
UPNPServiceMBean(UPNPDevice device, UPNPService service)
          Creates a dynamic MBean from an UPNP service with no resource bundle to describe the service
UPNPServiceMBean(UPNPDevice device, UPNPService service, Locale locale, String bundlePackage)
          Creates a dynamic MBean from an UPNP service
 

Uses of UPNPService in net.sbbi.upnp.messages
 

Methods in net.sbbi.upnp.messages with parameters of type UPNPService
static UPNPMessageFactory UPNPMessageFactory.getNewInstance(UPNPService service)
          Generate a new factory instance for a given device service definition object
 

Constructors in net.sbbi.upnp.messages with parameters of type UPNPService
ActionMessage(UPNPService service, ServiceAction serviceAction)
          Protected constuctor so that only messages factories can build it
StateVariableMessage(UPNPService service, ServiceStateVariable serviceStateVar)
           
 

Uses of UPNPService in net.sbbi.upnp.services
 

Fields in net.sbbi.upnp.services declared as UPNPService
protected  UPNPService ServiceAction.parent
           
protected  UPNPService ServiceStateVariable.parent
           
 

Methods in net.sbbi.upnp.services that return UPNPService
 UPNPService ServiceAction.getParent()
           
 UPNPService ServiceStateVariable.getParent()
          The parent UPNPService Object
 



Copyright © 2010. All Rights Reserved.