Esempio n. 1
0
 public BundleContext(Framework framework, Bundle bundle) {
   this.framework = framework;
   this.bundle = bundle;
   this.context = framework.createServiceContext(this);
 }