Package de.dlr.proseo.monitor.order
Klasse MonitorOrders
java.lang.Object
java.lang.Thread
de.dlr.proseo.monitor.order.MonitorOrders
- Alle implementierten Schnittstellen:
Runnable
The thread monitoring the orders
- Autor:
- Melchinger
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Feldübersicht
Von Klasse geerbte Felder java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMonitorOrders
(MonitorConfiguration config, org.springframework.transaction.PlatformTransactionManager txManager) Instantiate the monitor order thread -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Collect the monitoring information of ordersvoid
run()
Start the monitor threadVon Klasse geerbte Methoden 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
-
Konstruktordetails
-
MonitorOrders
public MonitorOrders(MonitorConfiguration config, org.springframework.transaction.PlatformTransactionManager txManager) Instantiate the monitor order thread- Parameter:
config
- The monitor configurationtxManager
- The transaction manager
-
-
Methodendetails