|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.remoteservice.util.RemoteFilterImpl
org.eclipse.ecf.remoteservice.RemoteServiceFilterImpl
public class RemoteServiceFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.eclipse.ecf.remoteservice.util.RemoteFilterImpl |
|---|
REMOTE_SERVICEID_PREFIX |
| Constructor Summary | |
|---|---|
RemoteServiceFilterImpl(java.lang.String createFilter)
|
|
| Method Summary | |
|---|---|
boolean |
match(IRemoteServiceReference reference)
Filter using a remote service's properties. |
boolean |
match(org.osgi.framework.ServiceReference reference)
|
| Methods inherited from class org.eclipse.ecf.remoteservice.util.RemoteFilterImpl |
|---|
equals, getObjectClassFilterString, getRsId, hashCode, match, matchCase, matches, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteServiceFilterImpl(java.lang.String createFilter)
throws org.osgi.framework.InvalidSyntaxException
createFilter -
org.osgi.framework.InvalidSyntaxException| Method Detail |
|---|
public boolean match(IRemoteServiceReference reference)
IRemoteFilterThe filter is executed using the keys and values of the referenced service's properties. The keys are case insensitively matched with the filter.
match in interface IRemoteFiltermatch in class RemoteFilterImplreference - The reference to the service whose properties are used in the
match.
true if the service's properties match this
filter; false otherwise.public boolean match(org.osgi.framework.ServiceReference reference)
match in interface org.osgi.framework.Filtermatch in class RemoteFilterImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||