org.apache.aries.application.management.spi.framework
Interface BundleFrameworkConfigurationFactory
public interface BundleFrameworkConfigurationFactory
createBundleFrameworkConfig
BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId,
org.osgi.framework.BundleContext parentCtx)
- Create a BundleFrameworkConfiguration with basic config
- Parameters:
parentCtx
-
- Returns:
createBundleFrameworkConfig
BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId,
org.osgi.framework.BundleContext parentCtx,
AriesApplication app)
- Create a BundleFrameworkConiguration for an application framework based
on a given AriesApplication.
- Parameters:
parentCtx
- app
-
- Returns:
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.