Examples of GoobiModuleManager


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
Copyright © 2018 www.massapi.com. 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.