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


public interface BundleFrameworkConfigurationFactory


Method Summary
 BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId, BundleContext parentCtx)
          Create a BundleFrameworkConfiguration with basic config
 BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId, BundleContext parentCtx, AriesApplication app)
          Create a BundleFrameworkConiguration for an application framework based on a given AriesApplication.
 

Method Detail

createBundleFrameworkConfig

BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId,
                                                         BundleContext parentCtx)
Create a BundleFrameworkConfiguration with basic config

Parameters:
parentCtx -
Returns:
the framework config

createBundleFrameworkConfig

BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId,
                                                         BundleContext parentCtx,
                                                         AriesApplication app)
Create a BundleFrameworkConiguration for an application framework based on a given AriesApplication.

Parameters:
parentCtx -
app -
Returns:
the framework config


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