|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJobContext | |
---|---|
com.norconex.jef | Core classes making up the Job Execution Framework. |
com.norconex.jef.exec | Utility classes related to process/code execution. |
com.norconex.jef.progress | Classes used to record and keep track of execution progess. |
com.norconex.jef.suite | Classes related to job suites. |
Uses of IJobContext in com.norconex.jef |
---|
Classes in com.norconex.jef that implement IJobContext | |
---|---|
class |
JobContext
Basic POJO implementation of IJobContext . |
Methods in com.norconex.jef that return IJobContext | |
---|---|
IJobContext |
IJob.createJobContext()
Contextual information about the job to run. |
IJobContext |
AbstractJobGroup.createJobContext()
|
Constructors in com.norconex.jef with parameters of type IJobContext | |
---|---|
JobContext(IJobContext context)
Constructor. |
Uses of IJobContext in com.norconex.jef.exec |
---|
Methods in com.norconex.jef.exec that return IJobContext | |
---|---|
IJobContext |
SystemCommandJob.createJobContext()
|
Uses of IJobContext in com.norconex.jef.progress |
---|
Methods in com.norconex.jef.progress that return IJobContext | |
---|---|
IJobContext |
JobProgress.getJobContext()
Gets contextual information about a job. |
IJobContext |
IJobStatus.getJobContext()
Contextual information about the job this status represents. |
Methods in com.norconex.jef.progress with parameters of type IJobContext | |
---|---|
JobProgress |
JobProgressPropertiesFileSerializer.deserialize(String namespace,
String jobId,
IJobContext jobContext)
|
JobProgress |
IJobProgressSerializer.deserialize(String namespace,
String jobId,
IJobContext jobContext)
Deserializes a job progress. |
Constructors in com.norconex.jef.progress with parameters of type IJobContext | |
---|---|
JobProgress(String jobId,
IJobContext jobContext,
IJobStatus jobStatus,
JobElapsedTime elapsedTime)
Creates a job progress initialised with values from a failed job progress we are recovering from. |
|
JobProgress(String jobId,
IJobContext jobContext,
JobElapsedTime elapsedTime)
Constructor. |
|
JobProgress(String jobId,
IJobContext jobContext,
JobElapsedTime elapsedTime,
long progress)
Constructor. |
Uses of IJobContext in com.norconex.jef.suite |
---|
Methods in com.norconex.jef.suite that return IJobContext | |
---|---|
IJobContext |
JobSuite.getJobContext(IJob job)
|
IJobContext |
JobSuite.getJobContext(String jobId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |