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, stop
public AsyncJobGroup(String id, IJob... jobs)
id
- unique identifier for this job groupjobs
- jobs making up this grouppublic void executeGroup(JobSuite suite)
executeGroup
in class AbstractJobGroup
Copyright © 2007–2021 Norconex Inc.. All rights reserved.