Changes

Jump to: navigation, search

OSGi Concepts Bundle Life-Cycle

433 bytes added, 12:17, 21 January 2011
add
'''RESOLVED''' - The bundle is installed, and the OSGi system has connected up all the dependencies at a class level and made sure they are all resolved. The bundle is ready to be started. If a bundle is started and all of the bundle's dependencies are met, the bundle skips this state.
'''STARTING''' - A temporary state that the bundle goes through while the bundle is starting, after all dependencies have been resolved. the <code>[http://www.osgi.org/javadoc/r4v41/org/osgi/framework/BundleActivator.html#start(org.osgi.framework.BundleContext) BundleActivator.start]</code> method will be called and this method has not yet returned.
'''ACTIVE''' - The bundle is running. Disabled while Spring is doing its stuff. Spring scans the Spring configuration and builds the context, then hands the context to the plugin. The plugin needs the context in order to create instances of each plugin module.
'''STOPPING''' - A temporary state that the bundle goes through while the bundle is stopping. The <code>[http://www.osgi.org/javadoc/r4v41/org/osgi/framework/BundleActivator.html#stop(org.osgi.framework.BundleContext) BundleActivator.stop]</code> method has been called but the stop method has not yet returned.
'''UNINSTALLED''' - The bundle has been removed from the OSGi container.
[[Image:bundle-lifecycle.png|thumb100px| ]] [http://static.springsource.org/s2-dmserver/2.0.x/getting-started/htmlsingle/getting-started.html SpringSource® dm Server™]

Navigation menu