Interface ModuleFramework


public interface ModuleFramework
Author:
Raymond Augé, Miguel Pastor
  • Method Details

    • createFramework

      org.osgi.framework.launch.Framework createFramework() throws Exception
      Throws:
      Exception
    • getFramework

      org.osgi.framework.launch.Framework getFramework()
    • initFramework

      void initFramework() throws Exception
      Throws:
      Exception
    • registerContext

      void registerContext(Object context)
    • startFramework

      void startFramework() throws Exception
      Throws:
      Exception
    • stopFramework

      void stopFramework(long timeout) throws Exception
      Throws:
      Exception
    • unregisterContext

      void unregisterContext(Object context)