Package org.osgi.service.device
Interface Match
-
public interface Match
Instances ofMatch
are used in theDriverSelector.select(org.osgi.framework.ServiceReference, org.osgi.service.device.Match[])
method to identify Driver services matching a Device service.- Since:
- 1.1
- Version:
- $Revision: 5654 $
- See Also:
DriverSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.osgi.framework.ServiceReference
getDriver()
Return the reference to a Driver service.int
getMatchValue()
Return the match value of this object.
-