Package de.dlr.proseo.ordermgr.cleanup
Class CleanupOrdersThread
java.lang.Object
java.lang.Thread
de.dlr.proseo.ordermgr.cleanup.CleanupOrdersThread
- All Implemented Interfaces:
Runnable
Thread to look for deletable processing orders
- Author:
- Ernst Melchinger
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionCleanupOrdersThread(OrderManager orderMgr) Create new CleanupOrdersThread for the order manager -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()Start the cleanup cycle thread to look for deletable orders every cleanupCycleTime hoursMethods 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, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Constructor Details
-
CleanupOrdersThread
Create new CleanupOrdersThread for the order manager- Parameters:
orderMgr- the order manager application
-
-
Method Details