Changes between Version 7 and Version 8 of refactoring_harvesters
- Timestamp:
- 06/23/11 02:59:53 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
refactoring_harvesters
v7 v8 139 139 140 140 A quick overview of the design : 141 * an !AbstractHarvester class. Each harvester will extend this abstract class. No needs to have multiple classes for specific harvesters, only one is needed (ie. !CSWHarvester extends !AbstractHarvester).141 * an !AbstractHarvester class. Each harvester will extend this abstract class. No needs to have multiple classes for specific harvesters, only one is needed (ie. CSWHarvester extends !AbstractHarvester). 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).