OSGi™ Service Platform
Release 4 Version 4.1

org.osgi.service.device
Interface Match


public interface Match

Instances of Match are used in the DriverSelector.select(org.osgi.framework.ServiceReference, org.osgi.service.device.Match[]) method to identify Driver services matching a Device service.

Since:
1.1
See Also:
DriverSelector

Method Summary
 ServiceReference getDriver()
          Return the reference to a Driver service.
 int getMatchValue()
          Return the match value of this object.
 

Method Detail

getDriver

public ServiceReference getDriver()
Return the reference to a Driver service.

Returns:
ServiceReference object to a Driver service.

getMatchValue

public int getMatchValue()
Return the match value of this object.

Returns:
the match value returned by this Driver service.

OSGi™ Service Platform
Release 4 Version 4.1

Copyright © OSGi Alliance (2000, 2007). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0