Package | Description |
---|---|
org.apache.felix.scr.impl | |
org.apache.felix.scr.impl.manager |
Modifier and Type | Class and Description |
---|---|
class |
BundleComponentActivator
The BundleComponentActivator is helper class to load and unload Components of
a single bundle.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentActivator |
Modifier and Type | Field and Description |
---|---|
private ExtendedServiceListenerContext<U> |
ServiceTracker.extendedServiceListenerContext |
Constructor and Description |
---|
ServiceTracker(org.osgi.framework.BundleContext context,
ServiceTrackerCustomizer<S,T,U> customizer,
boolean initialActive,
ExtendedServiceListenerContext<U> bundleComponentActivator,
org.osgi.framework.Filter eventFilter,
java.lang.String classFilterString,
java.lang.String initialReferenceFilterString)
Create a
ServiceTracker on the specified Filter object. |