Interface InitializePlugin


public interface InitializePlugin
Plugin interface to initialize the plugin. Indexserver calls initialize(HashMap, String, String) during startup before JavaScripts are loaded and before any request is accepted.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(HashMap<String,String> indexserverOptions, String webappConfigDir, String webappDataDir)
    Initialize the plugin.
  • Method Details

    • initialize

      void initialize(HashMap<String,String> indexserverOptions, String webappConfigDir, String webappDataDir) throws byps.RemoteException
      Initialize the plugin.
      Parameters:
      indexserverOptions - A map of options from table eloixopt related to this Indexserver instance.
      webappConfigDir - Configuration directory of this indexserver instance, e.g. /elo-instdir/config/ix-archive/servername
      webappDataDir - Working directory for temporary files, e.g. /elo-instdir/data/ix-archive/servername
      Throws:
      byps.RemoteException