Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencms.report
Class A_CmsReportThread  view A_CmsReportThread download A_CmsReportThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
A_CmsReportThread()
           
 
Method Summary
 boolean brokenLinksFound()
          Flag to indicate if broken links where found during the Thread opertation.
abstract  java.lang.String getReportUpdate()
          Returns the part of the report that is ready for output.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

A_CmsReportThread

public A_CmsReportThread()
Method Detail

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.