Interface UnomiManagementService

All Known Implementing Classes:
UnomiManagementServiceImpl

public interface UnomiManagementService
This service provide method to manage unomi
Author:
dgaillard
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will start Apache Unomi
    void
    This method will stop Apache Unomi
  • Method Details

    • startUnomi

      void startUnomi() throws org.osgi.framework.BundleException
      This method will start Apache Unomi
      Throws:
      org.osgi.framework.BundleException - if there was an error starting Unomi's bundles
    • stopUnomi

      void stopUnomi() throws org.osgi.framework.BundleException
      This method will stop Apache Unomi
      Throws:
      org.osgi.framework.BundleException - if there was an error stopping Unomi's bundles