Package org.alfresco.repo.batch
-
Interface Summary Interface Description BatchMonitor An interface that allows the monitoring of metrics relating to a potentially long-running batch process.BatchProcessor.BatchProcessWorker<T> An interface for workers to be invoked by theBatchProcessor.BatchProcessWorkProvider<T> An interface that provides work loads to theBatchProcessor. -
Class Summary Class Description BatchMonitorEvent An event alerting listeners to the existence of a newBatchMonitor.BatchProcessor<T> ABatchProcessormanages the running and monitoring of a potentially long-running transactional batch process.BatchProcessor.BatchProcessWorkerAdaptor<TT> Adaptor that allows implementations to only implementBatchProcessor.BatchProcessWorker.process(Object)