public class AsyncWorker<W,R> extends Object implements IWorker<W,IAsyncResult<R>>
| Constructor and Description |
|---|
AsyncWorker(ExecutorService pExecutorService,
IWorker<W,R> pImpl) |
public AsyncWorker(ExecutorService pExecutorService, IWorker<W,R> pImpl)
public IAsyncResult<R> perform(W pWork) throws Exception
lpezet