Uses of Class
org.eclipse.osgi.framework.internal.core.Framework

Packages that use Framework
org.eclipse.osgi.framework.internal.core   
 

Uses of Framework in org.eclipse.osgi.framework.internal.core
 

Fields in org.eclipse.osgi.framework.internal.core declared as Framework
protected  Framework OSGi.framework
           
protected static Framework StartLevelManager.framework
           
protected  Framework PermissionAdminImpl.framework
          framework object
protected  Framework BundleContextImpl.framework
          Internal framework object.
protected  Framework ServiceRegistrationImpl.framework
          Internal framework object.
protected  Framework SystemBundleActivator.framework
           
protected  Framework AbstractBundle.framework
          The Framework this bundle is part of
protected  Framework PackageAdminImpl.framework
          framework object
 

Methods in org.eclipse.osgi.framework.internal.core that return Framework
protected  Framework OSGi.createFramework(FrameworkAdaptor adaptor)
          Create the internal framework object.
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type Framework
protected static AbstractBundle AbstractBundle.createBundle(BundleData bundledata, Framework framework)
          Bundle object constructor.
 

Constructors in org.eclipse.osgi.framework.internal.core with parameters of type Framework
AbstractBundle(BundleData bundledata, Framework framework)
          Bundle object constructor.
BundleFragment(BundleData bundledata, Framework framework)
           
BundleHost(BundleData bundledata, Framework framework)
           
ConditionalPermissionAdminImpl(Framework framework, PermissionStorage permissionStorage)
           
PackageAdminImpl(Framework framework)
          Constructor.
PermissionAdminImpl(Framework framework, PermissionStorage storage)
          Construstor.
StartLevelImpl(Bundle owner, Framework framework)
          This constructor is called by the StartLevel factory
StartLevelManager(Framework framework)
          This constructor is called by the Framework
SystemBundle(Framework framework)
          Private SystemBundle object constructor.