java.lang.Object
java.lang.Thread
com.opencms.report.A_CmsReportThread
- All Implemented Interfaces:
- java.lang.Runnable
- public abstract class A_CmsReportThread
- extends java.lang.Thread
Provides a common Thread class for the reports.
- Since:
- 5.0
- Version:
- $Revision: 1.1 $
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
A_CmsReportThread
public A_CmsReportThread()
getReportUpdate
public abstract java.lang.String getReportUpdate()
- Returns the part of the report that is ready for output.
brokenLinksFound
public boolean brokenLinksFound()
- Flag to indicate if broken links where found during the Thread opertation.
Not all report Thread implementations need to check for broken links,
the default implementation is to return false,
indicating that no broken links where found.