Uses of Class
com.norconex.jef.progress.IJobStatus.Status

Packages that use IJobStatus.Status
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 IJobStatus.Status in com.norconex.jef.progress
 

Methods in com.norconex.jef.progress that return IJobStatus.Status
 IJobStatus.Status JobProgress.getStatus()
          Gets the job execution status.
 IJobStatus.Status IJobStatus.getStatus()
          Gets the current job status.
static IJobStatus.Status IJobStatus.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IJobStatus.Status[] IJobStatus.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.norconex.jef.progress with parameters of type IJobStatus.Status
 boolean JobProgress.isStatus(IJobStatus.Status... status)
          Checks whether the current progress status matches any of the supplied statuses.
 

Uses of IJobStatus.Status in com.norconex.jef.suite
 

Methods in com.norconex.jef.suite that return IJobStatus.Status
 IJobStatus.Status JobSuite.getSuiteStatus()
          Gets the job suite status.
 



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