Uses of Interface
org.osgi.framework.launch.Framework

Packages that use Framework
org.apache.felix.framework   
org.apache.felix.framework.util   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.composite   
org.eclipse.osgi.launch   
org.osgi.framework.launch Framework Launch Package Version 1.0. 
org.osgi.service.framework   
 

Uses of Framework in org.apache.felix.framework
 

Classes in org.apache.felix.framework that implement Framework
 class Felix
           
 

Methods in org.apache.felix.framework that return Framework
 Framework FrameworkFactory.newFramework(Map configuration)
           
 

Uses of Framework in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type Framework
 void EventDispatcher.fireBundleEvent(BundleEvent event, Framework felix)
           
 void EventDispatcher.fireServiceEvent(ServiceEvent event, Dictionary oldProps, Framework felix)
           
 

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

Classes in org.eclipse.osgi.framework.internal.core that implement Framework
 class EquinoxLauncher
           
 class InternalSystemBundle
          This class subclasses Bundle to provide a system Bundle so that the framework can be represented as a bundle and can access the services provided by other bundles.
 

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

Fields in org.eclipse.osgi.internal.composite declared as Framework
protected  Framework CompositeBase.companionFramework
           
 

Methods in org.eclipse.osgi.internal.composite that return 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)
           
 Framework CompositeImpl.getCompositeFramework()
           
 

Uses of Framework in org.eclipse.osgi.launch
 

Classes in org.eclipse.osgi.launch that implement Framework
 class Equinox
          The System Bundle implementation for the Equinox Framework.
 

Methods in org.eclipse.osgi.launch that return Framework
 Framework EquinoxFactory.newFramework(Map<String,String> configuration)
           
 

Uses of Framework in org.osgi.framework.launch
 

Methods in org.osgi.framework.launch that return Framework
 Framework FrameworkFactory.newFramework(Map<String,String> configuration)
          Create a new Framework instance.
 

Uses of Framework in org.osgi.service.framework
 

Methods in org.osgi.service.framework that return Framework
 Framework CompositeBundle.getCompositeFramework()
          Deprecated. Returns the child framework associated with this composite bundle.
 



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