Class UnomiManagementServiceImpl

    • Constructor Detail

      • UnomiManagementServiceImpl

        public UnomiManagementServiceImpl()
    • Method Detail

      • init

        public void init​(org.osgi.service.component.ComponentContext componentContext)
                  throws Exception
        Throws:
        Exception
      • startUnomi

        public void startUnomi()
                        throws org.osgi.framework.BundleException
        Description copied from interface: UnomiManagementService
        This method will start Apache Unomi
        Specified by:
        startUnomi in interface UnomiManagementService
        Throws:
        org.osgi.framework.BundleException - if there was an error starting Unomi's bundles
      • stopUnomi

        public void stopUnomi()
                       throws org.osgi.framework.BundleException
        Description copied from interface: UnomiManagementService
        This method will stop Apache Unomi
        Specified by:
        stopUnomi in interface UnomiManagementService
        Throws:
        org.osgi.framework.BundleException - if there was an error stopping Unomi's bundles
      • initReversedBundleSymbolicNames

        public void initReversedBundleSymbolicNames()