Bundle: device
Version 3.0.0
Device Manager
Description
The Device Manager matches and attaches drivers to devices. With the
help of one or more DriverLocator services it can dynamically
install and start drivers on demand.
These concepts are used in the Device Manager documentation.
- Device
- A service that mirrors a physical device.
- Idle Device
- A Device that no Driver service is attached to.
- Device Manager
- A framework component that looks for registration and
unregistration of devices and finds a driver for a device.
- Driver
- Is called by the Device Manager to check for matches and carry
out attachment.
- Driver Locator
- A service that downloads suitable drivers.
- Driver Selector
- A service to break ties in case multiple drivers return the same (best) match value.
Device Access Model
The device access model is a part of the OSGi service platform
specification. It splits responsibilities for device
management into several parts. The device manager is the motor in
this process and it is supplied with the framework. There must never
be more than one device manager installed.
Knopflerfish includes a basic driver locator bundle,
basicdriverlocator.
Bundle Jar docs
device_api-3.0.0
device_all-3.0.0
device-3.0.0
Exported Packages
org.osgi.service.device 1.1.0