Package de.elo.mover.main
Class AsyncInit
java.lang.Object
java.lang.Thread
de.elo.mover.main.AsyncInit
- All Implemented Interfaces:
Runnable
Überschrift: AsyncInit.
Beschreibung: Klasse zur asynchronen Abarbeitung der Init Methode. Beim Warten auf den Indexserver muss beachtet werden, dass der Tomcat möglicherweise zwischenzeitlich beendet wird.
Copyright: Copyright (c) ELO Digital Office GmbH 2018 - 2021
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionAsyncInit(WebAppContextParam webAppContextParam, ELOasParams[] params, RulesetThread[] threads, DirectPool directPool, HealthServiceThread healthServThread) Konstruktor. -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Constructor Details
-
AsyncInit
public AsyncInit(WebAppContextParam webAppContextParam, ELOasParams[] params, RulesetThread[] threads, DirectPool directPool, HealthServiceThread healthServThread) Konstruktor.- Parameters:
webAppContextParam- Einstellungen der Anwendungparams- Liste mit ELOas Parameternthreads- Liste mit Ruleset ThreadsdirectPool- Sammelobjekt für die direkten ELOas RegelnhealthServThread- Hintergrundprozess für die Ausführungszeiten
-
-
Method Details