Class CmsContentCheckThread
java.lang.Object
java.lang.Thread
org.opencms.report.A_CmsReportThread
org.opencms.workplace.tools.content.check.CmsContentCheckThread
- All Implemented Interfaces:
- Runnable,- org.opencms.report.I_CmsReportThread
Thread for content checks. 
- Since:
- 6.1.2
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.ThreadThread.Builder, Thread.State, Thread.UncaughtExceptionHandler
- 
Field SummaryFields inherited from class org.opencms.report.A_CmsReportThreadm_reportFields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
- 
Constructor SummaryConstructorsConstructorDescriptionCmsContentCheckThread(org.opencms.file.CmsObject cms, CmsContentCheck contentCheck) Constructor, creates a new CmsContentCheckThread.
- 
Method SummaryMethods inherited from class org.opencms.report.A_CmsReportThreadaddError, getCms, getError, getErrors, getLastEntryTime, getLogChannel, getReport, getReportUpdate, getRuntime, getUUID, hasError, initHtmlReport, initOldHtmlReport, isDoomedMethods inherited from class java.lang.ThreadactiveCount, 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, yieldMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opencms.report.I_CmsReportThreadstart
- 
Constructor Details- 
CmsContentCheckThreadConstructor, creates a new CmsContentCheckThread.- Parameters:
- cms- the current CmsObject
- contentCheck- the CmsContentCheck objectt
 
 
- 
- 
Method Details