org.apache.aries.application.management.spi.framework
Interface BundleFrameworkFactory


public interface BundleFrameworkFactory


Method Summary
 BundleFramework createBundleFramework(org.osgi.framework.BundleContext bc, BundleFrameworkConfiguration config)
          Creates a new isolated bundle framework with the properties provided.
 

Method Detail

createBundleFramework

BundleFramework createBundleFramework(org.osgi.framework.BundleContext bc,
                                      BundleFrameworkConfiguration config)
                                      throws org.osgi.framework.BundleException
Creates a new isolated bundle framework with the properties provided.

Parameters:
bc - The context in which to install the new framework
config - The BundleFrameworkConfiguration object used to configure the returned framework
Returns:
Throws:
org.osgi.framework.BundleException


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