+ "' contributed from module '" + moduleName
+ "' to service registry, with tags " + tags
+ " and attributes " + attributes);
//FIXME issue 23: is any additional locking here necessary
ServiceAddedEvent event = new ServiceAddedEvent(serviceReference);
invokeListeners(event);
}