Package org.alfresco.repo.batch
package org.alfresco.repo.batch
-
ClassDescriptionAn interface that allows the monitoring of metrics relating to a potentially long-running batch process.An event alerting listeners to the existence of a new
BatchMonitor.ABatchProcessormanages the running and monitoring of a potentially long-running transactional batch process.An interface for workers to be invoked by theBatchProcessor.Adaptor that allows implementations to only implementBatchProcessor.BatchProcessWorker.process(Object)An interface that provides work loads to theBatchProcessor.