Uses of Class
net.sbbi.upnp.devices.UPNPDevice

Packages that use UPNPDevice
net.sbbi.upnp.devices   
net.sbbi.upnp.jmx   
net.sbbi.upnp.services   
 

Uses of UPNPDevice in net.sbbi.upnp.devices
 

Subclasses of UPNPDevice in net.sbbi.upnp.devices
 class UPNPRootDevice
          Root UPNP device that is contained in a device definition file.
 

Methods in net.sbbi.upnp.devices that return UPNPDevice
 UPNPDevice UPNPDevice.getDirectParent()
          Return the parent UPNPDevice, null if the device is an UPNPRootDevice
 UPNPDevice UPNPDevice.getChildDevice(java.lang.String deviceURI)
          Looks for a child UPNP device definition file, the whole devices tree will be searched, starting from the current device node.
 

Uses of UPNPDevice in net.sbbi.upnp.jmx
 

Constructors in net.sbbi.upnp.jmx with parameters of type UPNPDevice
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 UPNPDevice in net.sbbi.upnp.services
 

Methods in net.sbbi.upnp.services that return UPNPDevice
 UPNPDevice UPNPService.getServiceOwnerDevice()
           
 

Constructors in net.sbbi.upnp.services with parameters of type UPNPDevice
UPNPService(org.apache.commons.jxpath.JXPathContext serviceCtx, java.net.URL baseDeviceURL, UPNPDevice serviceOwnerDevice)
           
 



Copyright © 2005 SuperBonBon Industries. All Rights Reserved.