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

Packages that use BundleFrameworkConfiguration
org.apache.aries.application.management.spi.framework   
 

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

Methods in org.apache.aries.application.management.spi.framework that return BundleFrameworkConfiguration
 BundleFrameworkConfiguration BundleFrameworkConfigurationFactory.createBundleFrameworkConfig(String frameworkId, BundleContext parentCtx)
          Create a BundleFrameworkConfiguration with basic config
 BundleFrameworkConfiguration BundleFrameworkConfigurationFactory.createBundleFrameworkConfig(String frameworkId, BundleContext parentCtx, AriesApplication app)
          Create a BundleFrameworkConiguration for an application framework based on a given AriesApplication.
 

Methods in org.apache.aries.application.management.spi.framework with parameters of type BundleFrameworkConfiguration
 BundleFramework BundleFrameworkFactory.createBundleFramework(BundleContext bc, BundleFrameworkConfiguration config)
          Creates a new isolated bundle framework with the properties provided.
 



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