Uses of Interface
org.ocap.hn.upnp.client.UPnPClientDevice

Packages that use UPnPClientDevice
org.ocap.hn.upnp.client Provides UPnP client functionality, permitting access to devices and services on a home network. 
 

Uses of UPnPClientDevice in org.ocap.hn.upnp.client
 

Methods in org.ocap.hn.upnp.client that return UPnPClientDevice
 UPnPClientDevice UPnPClientDeviceIcon.getDevice()
          Gets the UPnP device that this icon is associated with.
 UPnPClientDevice UPnPClientService.getDevice()
          Gets the UPnP device that this service is a part of.
 UPnPClientDevice[] UPnPControlPoint.getDevices()
          Gets a client representation of all UPnP root devices visible to this host.
 UPnPClientDevice[] UPnPControlPoint.getDevicesByServiceType(String type)
          Gets a client representation of all UPnP devices containing a service of the specified type, visible to this host.
 UPnPClientDevice[] UPnPControlPoint.getDevicesByType(String type)
          Gets a client representation of all UPnP devices of the specified type visible to this host.
 UPnPClientDevice[] UPnPControlPoint.getDevicesByUDN(String UDN)
          Gets a client representation of the UPnP devices of the specified UDN visible to this host.
 UPnPClientDevice[] UPnPClientDevice.getEmbeddedDevices()
          Gets the embedded devices for this UPnP Device.
 UPnPClientDevice UPnPClientDevice.getParentDevice()
          Returns the parent UPnP Device of this device, if any.
 

Methods in org.ocap.hn.upnp.client with parameters of type UPnPClientDevice
 void UPnPClientDeviceListener.notifyDeviceAdded(UPnPClientDevice device)
          Notifies the listener that a UPnP device was added to a home network.
 void UPnPClientDeviceListener.notifyDeviceRemoved(UPnPClientDevice device)
          Notifies the listener that a UPnP device was removed from a home network, or did not renew its advertisement prior to expiration of the prior advertisement.
 



Copyright © 2011. All Rights Reserved.