public class AsyncJobGroup extends AbstractJobGroup
| Constructor and Description |
|---|
AsyncJobGroup(String id,
IJob... jobs)
Constructor.
|
AsyncJobGroup(String id,
int maxThreads,
IJob... jobs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeGroup(JobSuite suite) |
execute, getId, getJobs, groupProgressed, stoppublic AsyncJobGroup(String id, IJob... jobs)
id - unique identifier for this job groupjobs - jobs making up this grouppublic void executeGroup(JobSuite suite)
executeGroup in class AbstractJobGroupCopyright © 2007–2021 Norconex Inc.. All rights reserved.