Interface OSGiFramework

  • All Known Implementing Classes:
    DefaultOSGiFramework

    public interface OSGiFramework
    Allows Eclipse Equinox OSGi framework to be embedded in the running JVM.
    Author:
    Mikolaj Izdebski
    • Method Detail

      • getBundleContext

        org.osgi.framework.BundleContext getBundleContext()
        Obtain bundle context of embedded OSGi framework. This causes the framework to be launched if it is not running yet.
        Returns:
        bundle context of embedded OSGi framework