|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteFilter
Filter for remote service references.
| Method Summary | |
|---|---|
boolean |
match(IRemoteServiceReference reference)
Filter using a remote service's properties. |
| Methods inherited from interface org.osgi.framework.Filter |
|---|
equals, hashCode, match, match, matchCase, matches, toString |
| Method Detail |
|---|
boolean match(IRemoteServiceReference reference)
The filter is executed using the keys and values of the referenced service's properties. The keys are case insensitively matched with the filter.
reference - The reference to the service whose properties are used in the
match.
true if the service's properties match this
filter; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||