Package org.osgi.util.tracker
@Version("1.5.2")
package org.osgi.util.tracker
Tracker Package Version 1.5.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest.
Example import for consumers using the API in this package:
Import-Package: org.osgi.util.tracker; version="[1.5,2.0)"
- Author:
- $Id: b72e066d2d62b1d1d7f4891a91cbc5044aa79458 $
-
ClassDescriptionThe
BundleTrackerclass simplifies tracking bundles much like theServiceTrackersimplifies tracking services.TheBundleTrackerCustomizerinterface allows aBundleTrackerto customize theBundles that are tracked.ServiceTracker<S,T> TheServiceTrackerclass simplifies using services from the Framework's service registry.TheServiceTrackerCustomizerinterface allows aServiceTrackerto customize the service objects that are tracked.