org.apache.aries.application.runtime.framework.management
Class SharedBundleFramework
java.lang.Object
org.apache.aries.application.runtime.framework.management.SharedBundleFramework
public class SharedBundleFramework
- extends Object
|
Method Summary |
static org.apache.aries.application.management.spi.framework.BundleFramework |
getSharedBundleFramework(org.osgi.framework.BundleContext bc,
org.apache.aries.application.management.spi.framework.BundleFrameworkConfigurationFactory bfcf,
org.apache.aries.application.management.spi.framework.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 |
SharedBundleFramework
public SharedBundleFramework()
getSharedBundleFramework
public static org.apache.aries.application.management.spi.framework.BundleFramework getSharedBundleFramework(org.osgi.framework.BundleContext bc,
org.apache.aries.application.management.spi.framework.BundleFrameworkConfigurationFactory bfcf,
org.apache.aries.application.management.spi.framework.BundleFrameworkFactory bff)
throws org.apache.aries.application.management.spi.repository.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
org.apache.aries.application.management.spi.repository.ContextException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.