Class ProgressReporterWorker<T>
- java.lang.Object
- 
- com.evolveum.midpoint.ninja.action.worker.BaseWorker<Object,T>
- 
- com.evolveum.midpoint.ninja.action.worker.ProgressReporterWorker<T>
 
 
- 
- All Implemented Interfaces:
- Runnable
 
 public class ProgressReporterWorker<T> extends BaseWorker<Object,T> Created by Viliam Repan (lazyman).
- 
- 
Field Summary- 
Fields inherited from class com.evolveum.midpoint.ninja.action.worker.BaseWorkerCONSUMER_POLL_TIMEOUT, context, operation, options, queue
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProgressReporterWorker(NinjaContext context, Object options, BlockingQueue<T> queue, OperationStatus operation)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()- 
Methods inherited from class com.evolveum.midpoint.ninja.action.worker.BaseWorkerisDone, isWorkersDone, markDone, shouldConsumerStop
 
- 
 
- 
- 
- 
Constructor Detail- 
ProgressReporterWorkerpublic ProgressReporterWorker(NinjaContext context, Object options, BlockingQueue<T> queue, OperationStatus operation) 
 
- 
 
-