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

Packages that use Framework
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.internal.permadmin   
org.eclipse.osgi.internal.serviceregistry   
 

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

Fields in org.eclipse.osgi.framework.internal.core declared as Framework
protected  Framework PackageAdminImpl.framework
          framework object
protected  Framework AbstractBundle.framework
          The Framework this bundle is part of
 

Methods in org.eclipse.osgi.framework.internal.core that return Framework
 Framework BundleContextImpl.getFramework()
           
 Framework AbstractBundle.getFramework()
           
 

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

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)
           
ConsoleManager(Framework framework, String consolePropValue)
           
FrameworkCommandProvider(Framework framework)
          Constructor.
InternalSystemBundle(Framework framework)
          Private SystemBundle object constructor.
PackageAdminImpl(Framework framework)
          Constructor.
StartLevelManager(Framework framework)
          This constructor is called by the Framework
 

Uses of Framework in org.eclipse.osgi.internal.composite
 

Methods in org.eclipse.osgi.internal.composite with parameters of type Framework
protected  Framework SurrogateImpl.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
protected abstract  Framework CompositeBase.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
protected  Framework CompositeImpl.findCompanionFramework(Framework thisFramework, BundleData thisData)
           
 

Constructors in org.eclipse.osgi.internal.composite with parameters of type Framework
CompositeBase(BundleData bundledata, Framework framework)
           
CompositeImpl(BundleData bundledata, Framework framework)
           
SurrogateImpl(BundleData bundledata, Framework framework)
           
 

Uses of Framework in org.eclipse.osgi.internal.permadmin
 

Constructors in org.eclipse.osgi.internal.permadmin with parameters of type Framework
SecurityAdmin(EquinoxSecurityManager supportedSecurityManager, Framework framework, PermissionStorage permissionStorage)
           
 

Uses of Framework in org.eclipse.osgi.internal.serviceregistry
 

Constructors in org.eclipse.osgi.internal.serviceregistry with parameters of type Framework
ServiceRegistry(Framework framework)
          Initializes the internal data structures of this ServiceRegistry.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.