Life-cycle OSGi
osgi bundle life-cycle
a life cycle layer adds bundles can dynamically installed, started, stopped, updated , uninstalled. bundles rely on module layer class loading add api manage modules in run time. life cycle layer introduces dynamics not part of application. extensive dependency mechanisms used assure correct operation of environment. life cycle operations protected security architecture.
below example of typical java class implementing bundleactivator interface:
Comments
Post a Comment