org.apache.aries.application.runtime.framework.config
Class BundleFrameworkConfigurationFactoryImpl

java.lang.Object
  extended by org.apache.aries.application.runtime.framework.config.BundleFrameworkConfigurationFactoryImpl
All Implemented Interfaces:
BundleFrameworkConfigurationFactory

public class BundleFrameworkConfigurationFactoryImpl
extends Object
implements BundleFrameworkConfigurationFactory


Constructor Summary
BundleFrameworkConfigurationFactoryImpl()
           
 
Method Summary
 BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId, org.osgi.framework.BundleContext parentCtx)
           
 BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId, org.osgi.framework.BundleContext parentCtx, AriesApplication app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleFrameworkConfigurationFactoryImpl

public BundleFrameworkConfigurationFactoryImpl()
Method Detail

createBundleFrameworkConfig

public BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId,
                                                                org.osgi.framework.BundleContext parentCtx,
                                                                AriesApplication app)
Specified by:
createBundleFrameworkConfig in interface BundleFrameworkConfigurationFactory

createBundleFrameworkConfig

public BundleFrameworkConfiguration createBundleFrameworkConfig(String frameworkId,
                                                                org.osgi.framework.BundleContext parentCtx)
Specified by:
createBundleFrameworkConfig in interface BundleFrameworkConfigurationFactory


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