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

Packages that use Device
net.sbbi.upnp.devices   
net.sbbi.upnp.services   
 

Uses of Device in net.sbbi.upnp.devices
 

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

Fields in net.sbbi.upnp.devices declared as Device
 Device[] Device.childDevices
           
 Device Device.parent
           
 

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

Methods in net.sbbi.upnp.devices that return types with arguments of type Device
 List<Device> Device.getChildDevices()
          Generates a list of all the child ( not only top level, full childrens hierarchy included ) UPNPDevice objects for this device.
 

Constructors in net.sbbi.upnp.devices with parameters of type Device
Device(Node deviceCtx, Device parent, URL urlBase)
           
 

Uses of Device in net.sbbi.upnp.services
 

Fields in net.sbbi.upnp.services declared as Device
 Device Service.serviceOwnerDevice
           
 

Constructors in net.sbbi.upnp.services with parameters of type Device
Service(Node serviceCtx, URL baseDeviceURL, Device serviceOwnerDevice)
           
 



Copyright © 2011. All Rights Reserved.