Package de.unigoettingen.goobi.module.api.module_manager

Examples of de.unigoettingen.goobi.module.api.module_manager.GoobiModuleManager


   * Read module configurations von xml-file ================================================================
   */
  public void readAllModulesFromConfiguraion() {
    if (modulmanager == null) {
      int port = ConfigMain.getIntParameter("goobiModuleServerPort");
      modulmanager = new GoobiModuleManager(port, new ExtendedProzessImpl(), new ExtendedDataImpl());

      /*
       * -------------------------------- Nachrichtensystem initialisieren --------------------------------
       */
      int delay = 5000;
View Full Code Here

TOP

Related Classes of de.unigoettingen.goobi.module.api.module_manager.GoobiModuleManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.