|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobQueue
An interface which provides abilities to queue indexing jobs.
Created: January 20 2012
IndexingJob
,
SimpleIndexingAdmin
Method Summary | |
---|---|
void |
enqueueJob(IndexingJob pJob,
boolean pPriorityJob)
Adds an indexing job to the queue. |
IndexingJob[] |
getQueuedJobs()
Returns an array of queued indexing jobs. |
void |
processJobQueue()
Processes queued indexing jobs. |
void |
removeJob(IndexingJob pJob)
Removes indexing job from the queue. |
Method Detail |
---|
void enqueueJob(IndexingJob pJob, boolean pPriorityJob) throws atg.repository.search.indexing.IndexingException
pJob
- an indexing job to addpPriorityJob
- true
if the job should be dequeued first
atg.repository.search.indexing.IndexingException
void processJobQueue()
IndexingJob[] getQueuedJobs()
void removeJob(IndexingJob pJob)
pJob
- a job to be removed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |