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 FilterMethods in org.apache.felix.framework that return Filter -
Uses of Filter in org.apache.felix.framework.util
Fields in org.apache.felix.framework.util declared as FilterMethods 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) private static voidEventDispatcher.invokeServiceListenerCallback(Bundle bundle, EventListener l, Filter filter, Object acc, EventObject event, Dictionary oldProps) 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
Classes in org.osgi.framework that implement FilterModifier and TypeClassDescriptionprivate static final classRFC 1960-based Filter.Fields in org.osgi.framework declared as FilterModifier and TypeFieldDescription(package private) FilterAdaptPermission.filterThis holds a Filter matching object used to evaluate the filter in implies.(package private) FilterAdminPermission.filterIf this AdminPermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) FilterCapabilityPermission.filterIf this CapabilityPermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) FilterPackagePermission.filterIf this PackagePermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.(package private) FilterServicePermission.filterIf this ServicePermission was constructed with a filter, this holds a Filter matching object used to evaluate the filter in implies.Methods in org.osgi.framework that return FilterModifier and TypeMethodDescriptionBundleContext.createFilter(String filter) Creates aFilterobject.static FilterFrameworkUtil.createFilter(String filter) Creates aFilterobject.private static FilterAdaptPermission.parseFilter(String filterString) Parse filter string into a Filter object.private static FilterAdminPermission.parseFilter(String filterString) Parse filter string into a Filter object.private static FilterCapabilityPermission.parseFilter(String filterString) Parse filter string into a Filter object.private static FilterPackagePermission.parseFilter(String filterString) Parse filter string into a Filter object.private static FilterServicePermission.parseFilter(String filterString) Parse filter string into a Filter object.Methods in org.osgi.framework with parameters of type FilterModifier and TypeMethodDescriptionprivate voidAdaptPermission.setTransients(Filter filter, int mask) Called by constructors and when deserialized.private voidAdminPermission.setTransients(Filter filter, int mask) Called by constructors and when deserialized.private voidServicePermission.setTransients(Filter f, int mask) Called by constructors and when deserialized.Constructors in org.osgi.framework with parameters of type FilterModifierConstructorDescription(package private)AdaptPermission(Filter filter, int mask) Package private constructor used by AdaptPermissionCollection.(package private)AdminPermission(Filter filter, int mask) Package private constructor used by AdminPermissionCollection. -
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.