Uses of Class
com.norconex.jef.suite.JobSuite

Packages that use JobSuite
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.mail Optional package containing convenient classes for sendind simple email notifications. 
com.norconex.jef.progress.snapshot Classes related to capturing job progress at a moment in time. 
com.norconex.jef.suite Classes related to job suites. 
 

Uses of JobSuite in com.norconex.jef
 

Methods in com.norconex.jef with parameters of type JobSuite
 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.
 boolean JobRunner.runSuite(JobSuite suite)
          Runs a job suite.
 boolean JobRunner.runSuite(JobSuite suite, boolean resumeIfIncomplete)
          Runs a job suite.
protected abstract  void AbstractResumableJob.startExecution(JobProgress progress, JobSuite suite)
          Starts the execution of a job.
 void IJob.stop(IJobStatus progress, JobSuite suite)
          Stops this job.
 void AbstractJobGroup.stop(IJobStatus progress, JobSuite suite)
           
protected  void AbstractJobGroup.unregisterGroupProgressMonitoring(JobSuite suite)
          Unregisters the monitoring process associated with the given job suite.
 

Uses of JobSuite in com.norconex.jef.error
 

Methods in com.norconex.jef.error that return JobSuite
 JobSuite IErrorEvent.getJobSuite()
          Gets the job suite from which this error occurred.
 

Uses of JobSuite in com.norconex.jef.exec
 

Methods in com.norconex.jef.exec with parameters of type JobSuite
 void SystemCommandJob.execute(JobProgress progress, JobSuite suite)
           
 void SystemCommandJob.stop(IJobStatus progress, JobSuite suite)
          Default implementation of this method will check if the SystemCommand it runs is currently holding to a Process process instance and destroys them.
 

Uses of JobSuite in com.norconex.jef.mail
 

Methods in com.norconex.jef.mail with parameters of type JobSuite
protected  String AbstractMailNotifier.getLogTail(JobSuite suite, int lineQty)
          Gets the last lines from a suite log.
 void SuiteCompletedMailNotifier.suiteAborted(JobSuite suite)
           
 void SuiteCompletedMailNotifier.suiteCompleted(JobSuite suite)
           
 void SuiteCompletedMailNotifier.suiteStarted(JobSuite suite)
           
 void SuiteCompletedMailNotifier.suiteStopped(JobSuite suite)
           
 void SuiteCompletedMailNotifier.suiteStopping(JobSuite suite)
           
 void SuiteCompletedMailNotifier.suiteTerminatedPrematuraly(JobSuite suite)
           
 

Uses of JobSuite in com.norconex.jef.progress.snapshot
 

Methods in com.norconex.jef.progress.snapshot with parameters of type JobSuite
static IProgressSnapshot ProgressSnapshotTaker.takeSnapshot(JobSuite jobSuite)
           
 

Uses of JobSuite in com.norconex.jef.suite
 

Methods in com.norconex.jef.suite that return JobSuite
 JobSuite IJobSuiteFactory.createJobSuite()
          Creates a job suite.
 

Methods in com.norconex.jef.suite with parameters of type JobSuite
 void SuiteLifeCycleAdapter.suiteAborted(JobSuite suite)
           
 void ISuiteLifeCycleListener.suiteAborted(JobSuite suite)
          Invoked when a job suite is aborted.
 void SuiteLifeCycleAdapter.suiteCompleted(JobSuite suite)
           
 void ISuiteLifeCycleListener.suiteCompleted(JobSuite suite)
          Invoked when a job suite completes.
 void SuiteLifeCycleAdapter.suiteStarted(JobSuite suite)
           
 void ISuiteLifeCycleListener.suiteStarted(JobSuite suite)
          Invoked when a job suite is started.
 void SuiteLifeCycleAdapter.suiteStopped(JobSuite suite)
           
 void ISuiteLifeCycleListener.suiteStopped(JobSuite suite)
          Invoked when a job suite is stopped.
 void SuiteLifeCycleAdapter.suiteStopping(JobSuite suite)
           
 void ISuiteLifeCycleListener.suiteStopping(JobSuite suite)
          Invoked when a job suite is stopping.
 void SuiteLifeCycleAdapter.suiteTerminatedPrematuraly(JobSuite suite)
           
 void ISuiteLifeCycleListener.suiteTerminatedPrematuraly(JobSuite suite)
          Invoked when a job suite finished executing.
 void IJobSuiteVisitor.visitJobSuite(JobSuite jobSuite)
          Visits a job suite.
 void AbstractJobSuiteVisitor.visitJobSuite(JobSuite jobSuite)
           
 



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