OSGi Service Platform
Release 4

Uses of Interface
org.osgi.framework.Filter

Packages that use Filter
org.osgi.framework The OSGi Framework Package. 
org.osgi.util.tracker The OSGi Service Tracker Package. 
 

Uses of Filter in org.osgi.framework
 

Fields in org.osgi.framework declared as Filter
protected  Filter AdminPermission.filterImpl
          If this AdminPermission was constructed with a filter, this dictionary holds a Filter matching object used to evaluate the filter in implies.
 

Methods in org.osgi.framework that return Filter
 Filter BundleContext.createFilter(java.lang.String filter)
          Creates a Filter object.
 

Uses of Filter in org.osgi.util.tracker
 

Fields in org.osgi.util.tracker declared as Filter
protected  Filter ServiceTracker.filter
          Filter specifying search criteria for the services to track.
 

Constructors in org.osgi.util.tracker with parameters of type Filter
ServiceTracker(BundleContext context, Filter filter, ServiceTrackerCustomizer customizer)
          Create a ServiceTracker object on the specified Filter object.
 


OSGi Service Platform
Release 4

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.