}
@SuppressWarnings("unchecked")
private static void notifyWatcher(final ServiceWatcher watcher, final AbstractServiceImport i) {
try {
final Export export = watcher.add(i);
if (null != export) {
i.addWatcher(export);
}
} catch (final RuntimeException re) {
LOGGER.log(WARNING, "Exception in service watcher", re);