Interface | Description |
---|---|
ServiceTrackerCustomizer |
The
ServiceTrackerCustomizer interface allows a
ServiceTracker object to customize the service objects that are
tracked. |
Class | Description |
---|---|
ServiceTracker |
The
ServiceTracker class simplifies using services from the
Framework's service registry. |
The OSGi Service Tracker Package. Specification Version 1.3.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:
Import-Package: org.osgi.util.tracker; version=1.3