Class IndexRequestServerFactory

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IndexRequestServerInterface getInstance()
      Returns an instance of the chosen IndexRequestServerInterface implementation defined by the setting settings.archive.indexserver.indexrequestserver.class .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static IndexRequestServerInterface getInstance()
                                                       throws ArgumentNotValid
        Returns an instance of the chosen IndexRequestServerInterface implementation defined by the setting settings.archive.indexserver.indexrequestserver.class . This class must have a getInstance method
        Returns:
        an IndexRequestServerInterface instance.
        Throws:
        ArgumentNotValid - if the instance cannot be constructed.