org.osgi.service.remoteserviceadmin.EndpointDescription endpoint,
String matchedFilter) {
if (matchedFilter.equals(osgiLocalEndpointListenerScope)) {
unadvertiseEndpointDescription(endpoint);
} else if (matchedFilter.equals(osgiNonLocalEndpointListenerScope)) {
EndpointDescription ed = convertEndpointDescriptionFromOSGiToECF(endpoint);
if (ed != null)
handleECFEndpointRemoved(ed);
} else if (matchedFilter.equals(ecfNonLocalEndpointListenerScope)) {
handleECFEndpointRemoved((EndpointDescription) endpoint);
} else if (matchedFilter.equals(ecfLocalEndpointListenerScope)) {