public class CmsProjectDeleteThread extends A_CmsReportThread
m_report| Constructor and Description |
|---|
CmsProjectDeleteThread(CmsObject cms,
CmsUUID projectId)
Creates the project delete thread.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getError()
Returns the error exception in case there was an error during the execution of
this Thread, null otherwise.
|
java.lang.String |
getReportUpdate()
Returns the part of the report that is ready for output.
|
void |
run() |
addError, getCms, getErrors, getLastEntryTime, getLogChannel, getReport, getReportUpdate, getRuntime, getUUID, hasError, initHtmlReport, initOldHtmlReport, isDoomedactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstartpublic CmsProjectDeleteThread(CmsObject cms, CmsUUID projectId)
cms - the current OpenCms context objectprojectId - the project id to deletepublic java.lang.Throwable getError()
A_CmsReportThreadgetError in class A_CmsReportThreadA_CmsReportThread.getError()public java.lang.String getReportUpdate()
A_CmsReportThreadgetReportUpdate in class A_CmsReportThreadA_CmsReportThread.getReportUpdate()public void run()
run in interface java.lang.Runnablerun in class java.lang.ThreadRunnable.run()