| Package | Description |
|---|---|
| org.osgi.framework |
Framework Package Version 1.9.
|
| org.osgi.util.tracker |
Tracker Package Version 1.5.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
BundleContext.createFilter(String filter)
Creates a
Filter object. |
static Filter |
FrameworkUtil.createFilter(String filter)
Creates a
Filter object. |
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
ServiceTracker.filter
The Filter used by this
ServiceTracker which specifies the search
criteria for the services to track. |
| Constructor and Description |
|---|
ServiceTracker(BundleContext context,
Filter filter,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified Filter object. |
Copyright © 2025 OSGi Alliance. All rights reserved.