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.BaseWorker
CONSUMER_POLL_TIMEOUT, context, operation, options, queue
-
-
Constructor Summary
Constructors Constructor Description ProgressReporterWorker(NinjaContext context, Object options, BlockingQueue<T> queue, OperationStatus operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class com.evolveum.midpoint.ninja.action.worker.BaseWorker
isDone, isWorkersDone, markDone, shouldConsumerStop
-
-
-
-
Constructor Detail
-
ProgressReporterWorker
public ProgressReporterWorker(NinjaContext context, Object options, BlockingQueue<T> queue, OperationStatus operation)
-
-