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(java.lang.String serviceURI)
          Looks for a UPNP device service definition object for the given service URI (Type)
 UPNPService UPNPDevice.getServiceByID(java.lang.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, java.util.Locale locale, java.lang.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
 

Uses of UPNPService in net.sbbi.upnp.services
 

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



Copyright © 2005 SuperBonBon Industries. All Rights Reserved.