org.apache.aries.application.runtime.framework.management
Class SharedBundleFramework

java.lang.Object
  extended by org.apache.aries.application.runtime.framework.management.SharedBundleFramework

public class SharedBundleFramework
extends Object


Constructor Summary
SharedBundleFramework()
           
 
Method Summary
static BundleFramework getSharedBundleFramework(org.osgi.framework.BundleContext bc, BundleFrameworkConfigurationFactory bfcf, BundleFrameworkFactory bff)
          pass in the EBA framework bundle context and get the shared bundle framework associated with the bundle context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedBundleFramework

public SharedBundleFramework()
Method Detail

getSharedBundleFramework

public static BundleFramework getSharedBundleFramework(org.osgi.framework.BundleContext bc,
                                                       BundleFrameworkConfigurationFactory bfcf,
                                                       BundleFrameworkFactory bff)
                                                throws ContextException
pass in the EBA framework bundle context and get the shared bundle framework associated with the bundle context

Parameters:
bc - any bundle context in EBA framework
Returns:
the composite bundle associated with the shared bundle framework
Throws:
org.osgi.framework.BundleException
org.osgi.framework.InvalidSyntaxException
SharedFrameworkCreationException
ContextException


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