Uses of Interface
com.norconex.jef.IJobContext

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)
           
 



Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.