Package org.jboss.osgi.spi.framework

Framework integration and bootstrap.

See:
          Description

Interface Summary
OSGiBootstrapProvider An OSGiBootstrapProvider provides an OSGi Framework

Implementations would configure the OSGi Framework through some form of descriptor.

 

Class Summary
BundleContextWrapper A generic BundleContext wrapper that delegates all method calls to the underlying BundleContext implementation.
BundleWrapper A generic Bundle wrapper that delegates all method calls to the underlying Bundle implementation.
FrameworkIntegrationBean An abstraction of an OSGi Framework.
FrameworkWrapper A generic Framework wrapper that delegates all method calls to the underlying Framework implementation.
OSGiBootstrap The OSGiBootstrap is the entry point to obtain an OSGiBootstrapProvider.
PropertiesBootstrapProvider A simple properties based bootstrap provider The PropertiesBootstrapProvider supports the following properties org.jboss.osgi.spi.framework.autoInstall - Bundles that need to be installed with the Framework automatically org.jboss.osgi.spi.framework.autoStart - Bundles that need to be started automatically org.jboss.osgi.spi.framework.extra - An URL to extra properties, which recursivly may conatin this property. All other properties are passed on to configure the framework.
 

Exception Summary
FrameworkException An OSGi Framework Exception that should be thrown on unrecoverable errors.
 

Package org.jboss.osgi.spi.framework Description

Framework integration and bootstrap.



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.