DLESE Tools
v1.6.0

Package org.dlese.dpc.schemedit.threadedservices

Interface Summary
ThreadedServiceObserver This interface is used by Objects wishing to determine when a background threaded service process (E.g., Export or Validation) has completed and to perform additional processing at that time.
 

Class Summary
AutoExportTask Export collections at regular intervals.
ExportingService Supports exporting of collections and portions of collections to disk.
ExportReport  
MonitoredTask Provides a monitoring mechanism for threaded tasks
Report  
TaskProgress Class to report progress of a MonitoredTask via a json object.
ThreadedService Provides services over collections, such as Validation and Export, that run in their own thread.
ValidatingService Threaded Service for validating records.
ValidationReport  
 

Exception Summary
ExportingServiceException Indicates an error occured in the ExportingService occured.
ValidatingServiceException Indicates an error occured in the ValidatingService occured.
 


DLESE Tools
v1.6.0