Package de.sub.goobi.modul

Examples of de.sub.goobi.modul.ExtendedDataImpl


   * 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.sub.goobi.modul.ExtendedDataImpl

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.