Package | Description |
---|---|
com.norconex.jef4.exec |
Utility classes related to process/code execution.
|
com.norconex.jef4.job |
Job-related classes.
|
com.norconex.jef4.job.group |
Classes related to the grouping of jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemCommandJob.execute(JobStatusUpdater statusUpdater,
JobSuite suite) |
Modifier and Type | Method and Description |
---|---|
void |
IJob.execute(JobStatusUpdater statusUpdater,
JobSuite suite)
Executes this job.
|
void |
AbstractResumableJob.execute(JobStatusUpdater statusUpdater,
JobSuite suite) |
protected abstract void |
AbstractResumableJob.resumeExecution(JobStatusUpdater statusUpdater,
JobSuite suite)
Resumes the execution of a job.
|
protected abstract void |
AbstractResumableJob.startExecution(JobStatusUpdater statusUpdater,
JobSuite suite)
Starts the execution of a job.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJobGroup.execute(JobStatusUpdater statusUpdater,
JobSuite suite) |
Copyright © 2007–2021 Norconex Inc.. All rights reserved.