Methods Summary |
---|
public AsyncExecutor | getAsyncExecutor()Get the AsyncExecutor .
|
public ProcessorTask | getProcessorTask()Return the ProcessorTask .
|
public int | getStage()Return the stage of the current execution.
|
public void | setAsyncExecutor(AsyncExecutor asyncExecutor)Set the AsyncExecutor used by this Task
to delegate the execution of a ProcessorTask .
|
public void | setProcessorTask(ProcessorTask processorTask)Set the ProcessorTask that needs to be executed
asynchronously.
|