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


public interface BundleFrameworkFactory


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

Method Detail

createBundleFramework

BundleFramework createBundleFramework(BundleContext bc,
                                      BundleFrameworkConfiguration config)
                                      throws 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:
the bundle framework
Throws:
BundleException


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