@Version("1.5.3")
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)"
-
Interface Summary Interface Description BundleTrackerCustomizer<T> TheBundleTrackerCustomizer
interface allows aBundleTracker
to customize theBundle
s that are tracked.ServiceTrackerCustomizer<S,T> TheServiceTrackerCustomizer
interface allows aServiceTracker
to customize the service objects that are tracked. -
Class Summary Class Description BundleTracker<T> TheBundleTracker
class simplifies tracking bundles much like theServiceTracker
simplifies tracking services.ServiceTracker<S,T> TheServiceTracker
class simplifies using services from the Framework's service registry.