Changes between Version 5 and Version 6 of refactoring_harvesters
- Timestamp:
- 06/23/11 02:50:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
refactoring_harvesters
v5 v6 142 142 * an !HarvestingTaskManager responsible of the harvesting tasks management. 143 143 * runnable tasks, executor services and thread pooling mecanisms are based on native/generic Java concepts : Runnable (java.lang.Runnable); Executors, !ScheduledExecutorService and !ThreadPoolExecutor (java.util.concurrent). 144 * an object model (~Java bean) with the following entities : !HarvestingTask, !HarvestingTaskConfiguration, !HarvestingTaskRunMode, !HarvestingTaskStatus, AbstractMetadata(->Metadata, Template, !SubTemplate), !MetadataAlignerError, !MetadataAlignerResult ...144 * an object model (~Java bean) with the following entities : !HarvestingTask, !HarvestingTaskConfiguration, !HarvestingTaskRunMode, !HarvestingTaskStatus, !AbstractMetadata(->Metadata, Template, !SubTemplate), !MetadataAlignerError, !MetadataAlignerResult ... 145 145 * a !MetadataAligner responsible of all import, update, delete of any !AbstractMetadata (ie. metadata, template) 146 146