Skip navigation links
OSGi® org.osgi.util.tracker
Version 1.5.4
A B C F G I M O R S W 

S

ServiceTracker<S,T> - Class in org.osgi.util.tracker
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified ServiceReference .
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified Filter object.
ServiceTracker(BundleContext, Class<S>, ServiceTrackerCustomizer<S, T>) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker on the specified class.
ServiceTrackerCustomizer<S,T> - Interface in org.osgi.util.tracker
The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked.
size() - Method in class org.osgi.util.tracker.BundleTracker
Return the number of bundles being tracked by this BundleTracker.
size() - Method in class org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker.
A B C F G I M O R S W 
Skip navigation links
OSGi® org.osgi.util.tracker
Version 1.5.4

Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0