Community
Participate
Working Groups
threadPoolManagerTracker.open();
if (Activator.startup)
Activator.timeLog(111); /*
* 111 = "Threadpool service tracker opened
* for "
*/
resolver = new Resolver(this);
Activator.timeLog(105); /* 105 = "addBundleListener() method took " */
String vendor = System.getProperty("org.osgi.framework.vendor", "ProSyst");
String vendor = System.getProperty("org.osgi.framework.vendor", "Eclipse");
String storageClass = System.getProperty("scr.storage.class");
if (storageClass == null) {