Uses of Interface
org.apache.aries.application.management.spi.framework.BundleFramework

Packages that use BundleFramework
org.apache.aries.application.management.spi.framework   
org.apache.aries.application.management.spi.repository   
org.apache.aries.application.management.spi.update   
 

Uses of BundleFramework in org.apache.aries.application.management.spi.framework
 

Methods in org.apache.aries.application.management.spi.framework that return BundleFramework
 BundleFramework BundleFrameworkFactory.createBundleFramework(BundleContext bc, BundleFrameworkConfiguration config)
          Creates a new isolated bundle framework with the properties provided.
 BundleFramework BundleFrameworkManager.getBundleFramework(Bundle frameworkBundle)
          Gets the BundleFramework object associated with the given bundle
 BundleFramework BundleFrameworkManager.getSharedBundleFramework()
          Gets a reference to the single shared bundle framework.
 

Uses of BundleFramework in org.apache.aries.application.management.spi.repository
 

Methods in org.apache.aries.application.management.spi.repository with parameters of type BundleFramework
 Bundle BundleRepository.BundleSuggestion.install(BundleFramework framework, AriesApplication app)
          Install the bundle represented by this suggestion via the given context
 

Uses of BundleFramework in org.apache.aries.application.management.spi.update
 

Methods in org.apache.aries.application.management.spi.update that return BundleFramework
 BundleFramework UpdateStrategy.UpdateInfo.getAppFramework()
          Get a BundleFramework object for the isolated framework corresponding to the application to be updated
 BundleFramework UpdateStrategy.UpdateInfo.getSharedFramework()
          Get a BundleFramework object for the shared framework
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.