Uses of Class
org.cybergarage.upnp.Device

Packages that use Device
ants.p2p.utils.net   
org.cybergarage.upnp   
org.cybergarage.upnp.device   
 

Uses of Device in ants.p2p.utils.net
 

Methods in ants.p2p.utils.net that return Device
 Device UPnPManager.getDevice()
           
 Device UPnPManager.getDevice()
           
 

Methods in ants.p2p.utils.net with parameters of type Device
 void UPnPManager.deviceAdded(Device dev)
          this method will be called when we discover a UPnP device.
 void UPnPManager.deviceAdded(Device dev)
          this method will be called when we discover a UPnP device.
 void UPnPManager.deviceRemoved(Device dev)
          stub
 void UPnPManager.deviceRemoved(Device dev)
          stub
 

Uses of Device in org.cybergarage.upnp
 

Methods in org.cybergarage.upnp that return Device
 Device Service.getDevice()
           
 Device Service.getDevice()
           
 Device DeviceList.getDevice(int n)
           
 Device DeviceList.getDevice(int n)
           
 Device ControlPoint.getDevice(java.lang.String name)
           
 Device Device.getDevice(java.lang.String name)
           
 Device Device.getDevice(java.lang.String name)
           
 Device ControlPoint.getDevice(java.lang.String name)
           
 Device Device.getDeviceByDescriptionURI(java.lang.String uri)
           
 Device Device.getDeviceByDescriptionURI(java.lang.String uri)
           
 Device Device.getParentDevice()
           
 Device Device.getParentDevice()
           
 Device Device.getRootDevice()
           
 Device Service.getRootDevice()
           
 Device Service.getRootDevice()
           
 Device Device.getRootDevice()
           
 

Methods in org.cybergarage.upnp with parameters of type Device
 void ControlPoint.performAddDeviceListener(Device dev)
           
 void ControlPoint.performAddDeviceListener(Device dev)
           
 void ControlPoint.performRemoveDeviceListener(Device dev)
           
 void ControlPoint.performRemoveDeviceListener(Device dev)
           
 void ControlPoint.renewSubscriberService(Device dev, long timeout)
           
 void ControlPoint.renewSubscriberService(Device dev, long timeout)
           
 void ControlPoint.unsubscribe(Device device)
           
 void ControlPoint.unsubscribe(Device device)
           
 

Uses of Device in org.cybergarage.upnp.device
 

Methods in org.cybergarage.upnp.device that return Device
 Device Advertiser.getDevice()
           
 Device Advertiser.getDevice()
           
 

Methods in org.cybergarage.upnp.device with parameters of type Device
 void DeviceChangeListener.deviceAdded(Device dev)
           
 void DeviceChangeListener.deviceAdded(Device dev)
           
 void DeviceChangeListener.deviceRemoved(Device dev)
           
 void DeviceChangeListener.deviceRemoved(Device dev)
           
 void Advertiser.setDevice(Device dev)
           
 void Advertiser.setDevice(Device dev)
           
 

Constructors in org.cybergarage.upnp.device with parameters of type Device
Advertiser(Device dev)
           
Advertiser(Device dev)