Uses of Class
org.apache.felix.upnp.basedriver.export.DeviceNode

Packages that use DeviceNode
org.apache.felix.upnp.basedriver.export   
 

Uses of DeviceNode in org.apache.felix.upnp.basedriver.export
 

Methods in org.apache.felix.upnp.basedriver.export that return DeviceNode
 DeviceNode DeviceNode.dethatch(java.lang.String name)
           
 DeviceNode RootDeviceExportingQueue.getRootDevice()
           
 DeviceNode DeviceNode.isAttachable(DeviceNode node)
           
 DeviceNode RootDeviceExportingQueue.removeRootDevice(java.lang.String udn)
           
 DeviceNode DeviceNode.search(java.lang.String name)
           
 

Methods in org.apache.felix.upnp.basedriver.export with parameters of type DeviceNode
 void RootDeviceExportingQueue.addRootDevice(DeviceNode dev)
           
 void DeviceNode.attach(DeviceNode node)
           
 DeviceNode DeviceNode.isAttachable(DeviceNode node)