org.apache.felix.upnp.basedriver.export
Class RootDeviceExportingQueue

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.export.RootDeviceExportingQueue

public class RootDeviceExportingQueue
extends Object


Constructor Summary
RootDeviceExportingQueue()
           
 
Method Summary
 void addRootDevice(DeviceNode dev)
           
 DeviceNode getRootDevice()
           
 DeviceNode removeRootDevice(String udn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootDeviceExportingQueue

public RootDeviceExportingQueue()
Method Detail

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 © 2011 Apache Software Foundation. All Rights Reserved.