| Interface | Description |
|---|---|
| IJob |
A job to be executed by the Job Execution Framework.
|
| IJobErrorListener |
Job Execution Framework error listener.
|
| IJobLifeCycleListener |
Listener for job status events.
|
| IJobVisitor |
Allows one to "visit" a job suite and walk its job hierarchy with
minimal effort.
|
| Class | Description |
|---|---|
| AbstractJob |
Convenient base class for implementing jobs.
|
| AbstractJobLifeCycleListener |
Adapter for a job life-cycle.
|
| AbstractJobStateChangeListener |
Adapter for a job life-cycle, focusing on progress state changes.
|
| AbstractResumableJob |
Convenience class separating normal execution from recovery.
|
| JobErrorEvent |
Event thrown by the framework to all registered
ErrorHandler
instances. |
| Exception | Description |
|---|---|
| JobException |
Represents a job-related exception.
|
Copyright © 2007–2021 Norconex Inc.. All rights reserved.