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 = bc.getProperty("org.osgi.framework.vendor");
if (vendor == null)
vendor = "ProSyst";
String storageClass = System.getProperty("scr.storage.class");
String storageClass = bc.getProperty("scr.storage.class");
if (storageClass == null) {
if (vendor.equals("Eclipse")) {
storageClass = "org.eclipse.equinox.ds.storage.file.FileStorage";