Uses of Class
de.elo.mover.main.ELOasParams
| Package | Description |
|---|---|
| de.elo.mover.main | |
| de.elo.mover.main.helper |
-
Uses of ELOasParams in de.elo.mover.main
Methods in de.elo.mover.main that return ELOasParams Modifier and Type Method Description static ELOasParamsELOasParams. getInstance(WebAppContextParam webAppContextParam, int instanceNumber, ELOasParams rootInstance)Liest die Indexserver Parameter aus der config.xml Datei aus.Methods in de.elo.mover.main with parameters of type ELOasParams Modifier and Type Method Description static ELOasParamsELOasParams. getInstance(WebAppContextParam webAppContextParam, int instanceNumber, ELOasParams rootInstance)Liest die Indexserver Parameter aus der config.xml Datei aus.voidDirectPool. init(WebAppContextParam webAppContextParam, ELOasParams param)Initialisiert den Pool, erzeugt eine Indexserververbindung und löscht die aktiven bzw. pausierenden Rulesets.voidHealthServiceThread. setELOAsParams(ELOasParams asParams)Setzt die angegebenen ELOas Parameter.voidRulesetThread. setParams(ELOasParams params)Setzt die Anmeldeparameter für den Indexserver.Constructors in de.elo.mover.main with parameters of type ELOasParams Constructor Description AsyncInit(WebAppContextParam webAppContextParam, ELOasParams[] params, RulesetThread[] threads, DirectPool directPool, HealthServiceThread healthServThread)Konstruktor. -
Uses of ELOasParams in de.elo.mover.main.helper
Methods in de.elo.mover.main.helper with parameters of type ELOasParams Modifier and Type Method Description static voidLdapHelper. setELOAsParams(ELOasParams newAsParam)Setzt die angegebenen ELOas-Parameter.