Uses of Interface
org.osgi.framework.Filter
Packages that use Filter
Package
Description
Framework Package Version 1.8.
Tracker Package Version 1.5.
-
Uses of Filter in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Filter -
Uses of Filter in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return FilterModifier and TypeMethodDescriptionEventDispatcher.addListener(BundleContext bc, Class clazz, EventListener l, Filter filter) ListenerInfo.getParsedFilter()EventDispatcher.updateListener(BundleContext bc, Class clazz, EventListener l, Filter filter) Methods in org.apache.felix.framework.util with parameters of type FilterModifier and TypeMethodDescriptionEventDispatcher.addListener(BundleContext bc, Class clazz, EventListener l, Filter filter) EventDispatcher.updateListener(BundleContext bc, Class clazz, EventListener l, Filter filter) Constructors in org.apache.felix.framework.util with parameters of type FilterModifierConstructorDescriptionListenerInfo(Bundle bundle, BundleContext context, Class listenerClass, EventListener listener, Filter filter, Object acc, boolean removed) -
Uses of Filter in org.osgi.framework
Methods in org.osgi.framework that return FilterModifier and TypeMethodDescriptionBundleContext.createFilter(String filter) Creates aFilterobject.static FilterFrameworkUtil.createFilter(String filter) Creates aFilterobject. -
Uses of Filter in org.osgi.util.tracker
Fields in org.osgi.util.tracker declared as FilterModifier and TypeFieldDescriptionprotected final FilterServiceTracker.filterThe Filter used by thisServiceTrackerwhich specifies the search criteria for the services to track.Constructors in org.osgi.util.tracker with parameters of type FilterModifierConstructorDescriptionServiceTracker(BundleContext context, Filter filter, ServiceTrackerCustomizer<S, T> customizer) Create aServiceTrackeron the specifiedFilterobject.