Package | Description |
---|---|
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Method and Description |
---|---|
JobNotifyRecord[] |
IJobManager.getJobsReadyForDelete(String processID)
Find the list of jobs that need to have their connectors notified of job deletion.
|
JobNotifyRecord[] |
IJobManager.getJobsReadyForInactivity(String processID)
Find the list of jobs that need to have their connectors notified of job completion.
|
Modifier and Type | Method and Description |
---|---|
void |
IJobManager.retryDeleteNotification(JobNotifyRecord jnr,
long failTime,
int failCount)
Retry delete notification.
|
void |
IJobManager.retryNotification(JobNotifyRecord jobNotifyRecord,
long failTime,
int failRetryCount)
Retry notification.
|
Modifier and Type | Method and Description |
---|---|
JobNotifyRecord[] |
JobManager.getJobsReadyForDelete(String processID)
Find the list of jobs that need to have their connectors notified of job deletion.
|
JobNotifyRecord[] |
JobManager.getJobsReadyForInactivity(String processID)
Find the list of jobs that need to have their connectors notified of job completion.
|
Modifier and Type | Method and Description |
---|---|
void |
JobManager.retryDeleteNotification(JobNotifyRecord jnr,
long failTime,
int failCount)
Retry delete notification.
|
void |
JobManager.retryNotification(JobNotifyRecord jnr,
long failTime,
int failCount)
Retry notification.
|