|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Device | |
---|---|
net.tomp2p.upnp |
Uses of Device in net.tomp2p.upnp |
---|
Subclasses of Device in net.tomp2p.upnp | |
---|---|
class |
RootDevice
Root UPNP device that is contained in a device definition file. |
Fields in net.tomp2p.upnp declared as Device | |
---|---|
Device[] |
Device.childDevices
|
Device |
Device.parent
|
Device |
Service.serviceOwnerDevice
|
Methods in net.tomp2p.upnp that return Device | |
---|---|
Device |
Device.getChildDevice(String deviceURI)
Looks for a child UPNP device definition file, the whole devices tree will be searched, starting from the current device node. |
Device |
Device.getDirectParent()
Return the parent UPNPDevice, null if the device is an UPNPRootDevice |
Methods in net.tomp2p.upnp that return types with arguments of type Device | |
---|---|
List<Device> |
Device.getChildDevices()
Generates a list of all the child ( not only top level, full childrens hierarchy included ) UPNPDevice objects for this device. |
Constructors in net.tomp2p.upnp with parameters of type Device | |
---|---|
Device(Node deviceCtx,
Device parent,
URL urlBase)
|
|
Service(Node serviceCtx,
URL baseDeviceURL,
Device serviceOwnerDevice)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |