org.opencms.report
Interface I_CmsReportThread

All Known Implementing Classes:
A_CmsReportThread, CmsDatabaseImportThread, CmsExportThread, CmsExternalLinksValidatorThread, CmsModuleDeleteThread, CmsModuleReplaceThread, CmsProjectDeleteThread, CmsRelationsValidatorThread, CmsSynchronizeThread, CmsXmlContentRepairThread

public interface I_CmsReportThread

Identifies a class that can be used as a report thread .

Since:
6.0.0
Version:
$Revision: 1.9 $
Author:
Michael Emmerich

Method Summary
 CmsUUID getUUID()
          Returns the OpenCms UUID of this report thread.
 void start()
          Starts the report thread.
 

Method Detail

getUUID

CmsUUID getUUID()
Returns the OpenCms UUID of this report thread.

Returns:
the OpenCms UUID of this report thread

start

void start()
Starts the report thread.