Uses of Interface
de.iip_ecosphere.platform.deviceMgt.DeviceDescriptor
Packages that use DeviceDescriptor
-
Uses of DeviceDescriptor in de.iip_ecosphere.platform.deviceMgt.registry
Methods in de.iip_ecosphere.platform.deviceMgt.registry that return DeviceDescriptorModifier and TypeMethodDescriptionReturns a device descriptor of an available device.Fully implemented by the sink.DeviceRegistry.getDeviceByManagedId(String id) Returns a device descriptor of an available device.DeviceRegistryProxy.getDeviceByManagedId(String id) Fully implemented by the sink.Methods in de.iip_ecosphere.platform.deviceMgt.registry that return types with arguments of type DeviceDescriptorModifier and TypeMethodDescriptionCollection<? extends DeviceDescriptor> DeviceRegistry.getDevices()Returns the available (registered and active) devices.Collection<? extends DeviceDescriptor> DeviceRegistryProxy.getDevices()Fully implemented by the sink.