Class SampleHtmlThread
java.lang.Object
java.lang.Thread
org.apache.ofbiz.htmlreport.AbstractReportThread
org.apache.ofbiz.htmlreport.sample.SampleHtmlThread
- All Implemented Interfaces:
Runnable
,InterfaceReportThread
Thread for running sample html report.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String[]
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorDescriptionSampleHtmlThread
(HttpServletRequest request, HttpServletResponse response, String name) Constructor, creates a new HtmlImportThreat. -
Method Summary
Modifier and TypeMethodDescriptionReturns the part of the report that is ready for output.void
run()
Methods inherited from class org.apache.ofbiz.htmlreport.AbstractReportThread
addError, getError, getErrors, getLocale, getReport, getRuntime, getUUID, hasError, initHtmlReport, initHtmlReport, initHtmlReport, isDoomed
Methods 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
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.ofbiz.htmlreport.InterfaceReportThread
start
-
Field Details
-
COUNT_DOWN
- See Also:
-
COUNT_UP
- See Also:
-
CONFIRM
- See Also:
-
MESSAGE_LABELS
-
MESSAGES
-
-
Constructor Details
-
SampleHtmlThread
Constructor, creates a new HtmlImportThreat.
-
-
Method Details
-
getReportUpdate
Description copied from class:AbstractReportThread
Returns the part of the report that is ready for output.- Specified by:
getReportUpdate
in classAbstractReportThread
- Returns:
- the part of the report that is ready for output
-
run
public void run()
-