D
- public class DeviceProxy<D extends Device> extends Proxy<D> implements Device
UNKNOWN_NAME
Constructor and Description |
---|
DeviceProxy() |
Modifier and Type | Method and Description |
---|---|
Device[] |
getChildren()
Returns the children of this device in the hardware topology.
|
HardwareDescriptor<D> |
getDescriptor()
Returns the device hardware descriptor.
|
String |
getName()
Returns the name of the device.
|
Device |
getParent()
Returns the parent of this device in the hardware topology.
|
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public Device[] getChildren()
Device
getChildren
in interface Device
public HardwareDescriptor<D> getDescriptor()
Device
getDescriptor
in interface Device
public String getName()
Device
getName
in interface Device
Device.UNKNOWN_NAME
if this device is not registered and its name is unavailable.