AsyncHandler
. This class handle the aysnchronous execution of a ProcessorTask
. The request processing is executed by doing: (1) Wrap the ProcessorTask
using an instance of AsyncTask
(2) Execute the AsyncTask
using the wrapped ProcessorTask
Pipeline
(3) If the AsyncTask
has been interrupted but ready to be removed from the interrupted queue, remove it and execute the remaining operations.
@author Jeanfrancois Arcand
|
|