public abstract class IterativeWorkerTaskFactory<T> extends Object implements org.jboss.weld.manager.api.ExecutorServices.TaskFactory<Void>
| Constructor and Description |
|---|
IterativeWorkerTaskFactory(Iterable<? extends T> iterable) |
public List<Callable<Void>> createTasks(int threadPoolSize)
createTasks in interface org.jboss.weld.manager.api.ExecutorServices.TaskFactory<Void>protected void init()
protected void cleanup()
protected abstract void doWork(T item)
Copyright © 2013 Seam Framework. All rights reserved.