|
|||||||||
| 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| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| 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. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| 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.IndexingExceptionvoid 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 | ||||||||