Class ModulesManager


  • public class ModulesManager
    extends Object
    • Constructor Detail

      • ModulesManager

        public ModulesManager()
    • Method Detail

      • add

        public void add​(Module module)
      • removeModuleById

        public void removeModuleById​(long moduleId)
      • isModuleRegistered

        public boolean isModuleRegistered​(long moduleId)
      • isModuleStarted

        public boolean isModuleStarted​(long moduleId)
      • getModuleById

        public Module getModuleById​(long moduleId)
      • instantiateComponent

        public ExecutionNode instantiateComponent​(org.osgi.framework.BundleContext context,
                                                  String componentName)
      • instantiateImplementor

        public de.codecentric.reedelk.runtime.api.component.Implementor instantiateImplementor​(org.osgi.framework.BundleContext context,
                                                                                               ExecutionNode executionNode,
                                                                                               String componentName)