T - Options typepublic class DefaultParallelClient<T extends Options> extends AbstractParallelClient<T>
| Constructor and Description |
|---|
DefaultParallelClient(ParallelClientManager<T> manager,
int id)
Creates a new Parallel Client
|
| Modifier and Type | Method and Description |
|---|---|
Object |
call()
Runs operation mixes while the Client Manager indicates there are still
mixes to be run
|
getID, getManagerpublic DefaultParallelClient(ParallelClientManager<T> manager, int id)
manager - Client Managerid - Client IDpublic Object call() throws Exception
ParallelClientExceptionCopyright © 2014. All Rights Reserved.