Uses of Interface
org.apache.felix.scr.impl.manager.ExtendedServiceListenerContext
Packages that use ExtendedServiceListenerContext
-
Uses of ExtendedServiceListenerContext in org.apache.felix.scr.impl
Classes in org.apache.felix.scr.impl that implement ExtendedServiceListenerContextModifier and TypeClassDescriptionclassThe 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.managerFields in org.apache.felix.scr.impl.manager declared as ExtendedServiceListenerContextModifier and TypeFieldDescriptionprivate ExtendedServiceListenerContext<U> ServiceTracker.extendedServiceListenerContextConstructors in org.apache.felix.scr.impl.manager with parameters of type ExtendedServiceListenerContextModifierConstructorDescriptionServiceTracker(org.osgi.framework.BundleContext context, ServiceTrackerCustomizer<S, T, U> customizer, boolean initialActive, ExtendedServiceListenerContext<U> bundleComponentActivator, String initialReferenceFilterString) Create aServiceTrackeron the specifiedFilterobject.