DriverLocator

Syntax

public interface DriverLocator

Description

A DriverLocator can find and load device driver bundles given a property set. Each driver is represented by a unique ID.

DriverLocator services provide the mechanism for dynamically downloading new device driver bundles into an OSGi device. They are supplied by OSGi providers and encapsulate all provider-specific details related to the location and acquisition of device driver bundles.

Member Summary
Methods
public StringfindDrivers(Dictionary)
 Return an array of driver IDs of drivers capable of attaching to a device with the given properties.
public InputStreamloadDriver(String)
 Get an InputStream from which the driver bundle providing a driver with the giving ID can be installed. ...

Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.