public static class IndexingPhase.IndexingTaskJob
extends atg.common.util.ThreadDispatcherJob
| Constructor and Description |
|---|
IndexingPhase.IndexingTaskJob(IndexingTask pTask)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingTask |
getTask()
Return our associated IndexingTask.
|
java.lang.Throwable |
getThrowable()
Return the throwable thrown during invoke().
|
void |
invoke()
Actually perform the task.
|
public IndexingPhase.IndexingTaskJob(IndexingTask pTask)
pTask - the IndexingTask we will invoke when invoke() is called.public IndexingTask getTask()
public java.lang.Throwable getThrowable()
getThrowable in class atg.common.util.ThreadDispatcherJobpublic void invoke()
invoke in class atg.common.util.ThreadDispatcherJob