Uses of Class
com.norconex.jef.progress.JobProgress

Packages that use JobProgress
com.norconex.jef Core classes making up the Job Execution Framework. 
com.norconex.jef.error Classes related to error/exception handling. 
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. 
 

Uses of JobProgress in com.norconex.jef
 

Methods in com.norconex.jef with parameters of type JobProgress
 void SyncJobGroup.execute(JobProgress progress, JobSuite suite)
           
 void IJob.execute(JobProgress progress, JobSuite suite)
          Executes this job.
 void AsyncLimitedJobGroup.execute(JobProgress progress, JobSuite suite)
           
 void AsyncJobGroup.execute(JobProgress progress, JobSuite suite)
           
 void AbstractResumableJob.execute(JobProgress progress, JobSuite suite)
           
protected  void AbstractJobGroup.registerGroupProgressMonitoring(JobProgress groupProgress, JobSuite suite)
          Registers a monitoring process so that individual job progress part of this group gets reflected on the group overall progress.
protected abstract  void AbstractResumableJob.resumeExecution(JobProgress progress, JobSuite suite)
          Resumes the execution of a job.
protected abstract  void AbstractResumableJob.startExecution(JobProgress progress, JobSuite suite)
          Starts the execution of a job.
 

Uses of JobProgress in com.norconex.jef.error
 

Methods in com.norconex.jef.error that return JobProgress
 JobProgress IErrorEvent.getProgress()
          Gets the job progress of the job from which the error got triggered.
 

Uses of JobProgress in com.norconex.jef.exec
 

Methods in com.norconex.jef.exec with parameters of type JobProgress
 void SystemCommandJob.execute(JobProgress progress, JobSuite suite)
           
 

Uses of JobProgress in com.norconex.jef.progress
 

Methods in com.norconex.jef.progress that return JobProgress
 JobProgress JobProgressPropertiesFileSerializer.deserialize(String namespace, String jobId, IJobContext jobContext)
           
 JobProgress IJobProgressSerializer.deserialize(String namespace, String jobId, IJobContext jobContext)
          Deserializes a job progress.
 

Methods in com.norconex.jef.progress with parameters of type JobProgress
static Properties JobProgressUtils.getMetaDataProperties(JobProgress progress)
          Gets meta data as a Properties instance.
static void JobProgressUtils.setMetaDataProperties(JobProgress progress, Properties props)
          Sets meta data as a string from a Properties instance.
 



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