Uses of Class
org.apache.manifoldcf.crawler.interfaces.JobNotifyRecord
-
Packages that use JobNotifyRecord Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of JobNotifyRecord in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return JobNotifyRecord Modifier and Type Method Description JobNotifyRecord[]IJobManager. getJobsReadyForDelete(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job deletion.JobNotifyRecord[]IJobManager. getJobsReadyForInactivity(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job completion.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type JobNotifyRecord Modifier and Type Method Description voidIJobManager. retryDeleteNotification(JobNotifyRecord jnr, long failTime, int failCount)Retry delete notification.voidIJobManager. retryNotification(JobNotifyRecord jobNotifyRecord, long failTime, int failRetryCount)Retry notification. -
Uses of JobNotifyRecord in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return JobNotifyRecord Modifier and Type Method Description JobNotifyRecord[]JobManager. getJobsReadyForDelete(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job deletion.JobNotifyRecord[]JobManager. getJobsReadyForInactivity(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job completion.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type JobNotifyRecord Modifier and Type Method Description voidJobManager. retryDeleteNotification(JobNotifyRecord jnr, long failTime, int failCount)Retry delete notification.voidJobManager. retryNotification(JobNotifyRecord jnr, long failTime, int failCount)Retry notification.
-