Uses of Interface
org.apache.felix.scr.impl.manager.ExtendedServiceListenerContext
-
Packages that use ExtendedServiceListenerContext Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.manager -
-
Uses of ExtendedServiceListenerContext in org.apache.felix.scr.impl
Classes in org.apache.felix.scr.impl that implement ExtendedServiceListenerContext Modifier and Type Class Description class
BundleComponentActivator
The BundleComponentActivator is helper class to load and unload Components of a single bundle. -
Uses of ExtendedServiceListenerContext in org.apache.felix.scr.impl.manager
Subinterfaces of ExtendedServiceListenerContext in org.apache.felix.scr.impl.manager Modifier and Type Interface Description interface
ComponentActivator
Fields in org.apache.felix.scr.impl.manager declared as ExtendedServiceListenerContext Modifier and Type Field Description private ExtendedServiceListenerContext<U>
ServiceTracker. extendedServiceListenerContext
Constructors in org.apache.felix.scr.impl.manager with parameters of type ExtendedServiceListenerContext Constructor 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 aServiceTracker
on the specifiedFilter
object.
-