| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTracker<S,T>
The
ServiceTracker class simplifies using services from the
Framework's service registry. |
| Constructor and Description |
|---|
ServiceTracker(org.osgi.framework.BundleContext context,
Class<S> clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified class. |
ServiceTracker(org.osgi.framework.BundleContext context,
org.osgi.framework.Filter filter,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified Filter object. |
ServiceTracker(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference<S> reference,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified ServiceReference
. |
ServiceTracker(org.osgi.framework.BundleContext context,
String clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified class name. |
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0