Imported Service Filters

Bundles that wish to filter imported services based on their registered properties should override the method start() as follows:

   protected void start() {
     String filter = "(&(cn=simona)(o=OTI)(c=US))";
     addImportedServiceFilter(CounterService.SERVICE_NAME, filter);
   }