org.apache.felix.upnp.basedriver.export
Class RootDeviceExportingQueue
java.lang.Object
org.apache.felix.upnp.basedriver.export.RootDeviceExportingQueue
public class RootDeviceExportingQueue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootDeviceExportingQueue
public RootDeviceExportingQueue()
addRootDevice
public void addRootDevice(DeviceNode dev)
getRootDevice
public DeviceNode getRootDevice()
removeRootDevice
public DeviceNode removeRootDevice(String udn)
- Parameters:
udn
- String
rappresentaing the UDN of the device to remove
- Returns:
- a root
DeviceNode
that have UDN equals to the passed
udn String
or contain a device with the spcified UDN
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.