Package org.apache.ofbiz.htmlreport
Interface InterfaceReportThread
- All Known Implementing Classes:
AbstractReportThread
,PricatParseExcelHtmlThread
,SampleHtmlThread
public interface InterfaceReportThread
Identifies a class that can be used as a report thread.
-
Method Summary
-
Method Details
-
start
void start()Starts the report thread. -
getUUID
org.safehaus.uuid.UUID getUUID()Returns the UUID of this report thread.- Returns:
- the UUID of this report thread
-