Uses of Class
org.apache.manifoldcf.crawler.interfaces.JobStartRecord
-
Packages that use JobStartRecord Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of JobStartRecord in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return JobStartRecord Modifier and Type Method Description JobStartRecord[]IJobManager. getJobsReadyForStartup(java.lang.String processID)Get the list of jobs that are ready for startup.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type JobStartRecord Modifier and Type Method Description voidIJobManager. retryStartup(JobStartRecord jobStartRecord, long failTime, int failRetryCount)Retry startup. -
Uses of JobStartRecord in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return JobStartRecord Modifier and Type Method Description JobStartRecord[]JobManager. getJobsReadyForStartup(java.lang.String processID)Get the list of jobs that are ready for startup.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type JobStartRecord Modifier and Type Method Description voidJobManager. retryStartup(JobStartRecord jsr, long failTime, int failCount)Retry startup.
-