/* 55 */ this.defaultFactory.registerEntry(name, entry);
/* */
/* 57 */ Object target = entry.getTarget();
/* 58 */ if ((target != null) && ((target instanceof KernelRegistryPlugin)))
/* */ {
/* 60 */ KernelRegistryPlugin factory = (KernelRegistryPlugin)target;
/* 61 */ addKernelRegistryFactory(factory);
/* */ }
/* */
/* 64 */ if (hasListeners())
/* */ {