176177178179180181182183184185186
framework.getResolver().added(systemBundle.getCurrentGeneration()); insertSystemClassLoader((BundleGeneration) systemBundle.getCurrentGeneration()); bundleStore.markModified(); LOGGER.exiting(CLASS_NAME, "installSystemBundle", systemBundle); return systemBundle; }
314315316317318319320321322323324
installedbundles.put(bundleId, bundle); bundles.put(bundleId, bundle); framework.getResolver().added(generation); bundleStore.markModified(); generation.setState(Bundle.INSTALLED); fireBundleEvent(new BundleEvent(BundleEvent.INSTALLED, bundle));