- All Known Subinterfaces:
IndexedFilter
- All Known Implementing Classes:
ImmediateLocalLocatorFilter,IndexedFilterImpl,OrFilter,SpecificFilterImpl,StarFilter
public interface Filter
This object is used to search for items
in the service registry
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this filter matches the given object
-
Method Details
-
matches
Returns true if this filter matches the given object- Parameters:
d- The object to match against this filter. May not be null- Returns:
- true if this filter matches the object
-