?? Match


public interface Match
Instances of Match are used in the DriverSelector.select(ServiceReference, Match[]) method to identify Driver services matching a Device service.
???????:
1.1
????:
  • ????

    ??????
    ??
    ??
    org.osgi.framework.ServiceReference<?>
    Return the reference to a Driver service.
    int
    Return the match value of this object.
  • ??????

    • getDriver

      org.osgi.framework.ServiceReference<?> getDriver()
      Return the reference to a Driver service.
      ??:
      ServiceReference object to a Driver service.
    • getMatchValue

      int getMatchValue()
      Return the match value of this object.
      ??:
      the match value returned by this Driver service.