Class IndexRequestServerFactory

    • Constructor Detail

      • IndexRequestServerFactory

        public IndexRequestServerFactory()
    • 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.