|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncHandler
When asynchronous request processing is enabled, the
Task
must delegate the execution of the request
processing to an implementation of this interface.
Method Summary | |
---|---|
void |
addAsyncFilter(AsyncFilter asyncFilter)
Add a AsyncFilter |
void |
addToInterruptedQueue(AsyncTask task)
Add the Task to the interrupted queue. |
String |
getAsyncExecutorClassName()
Get the code>AsyncExecutor used by this object. |
void |
handle(Task task)
Handle a Task execution. |
boolean |
removeAsyncFilter(AsyncFilter asyncFilter)
Remove an AsyncFilter |
void |
removeFromInterruptedQueue(AsyncTask task)
Remove the Task from the interrupted queue. |
void |
returnTask(AsyncTask task)
Return a Task |
void |
setAsyncExecutorClassName(String asyncExecutorClassName)
Set the AsyncExecutor used by this object. |
Method Detail |
---|
void handle(Task task)
Task
execution.
void addToInterruptedQueue(AsyncTask task)
Task
to the interrupted queue.
void removeFromInterruptedQueue(AsyncTask task)
Task
from the interrupted queue.
void setAsyncExecutorClassName(String asyncExecutorClassName)
AsyncExecutor
used by this object.
String getAsyncExecutorClassName()
void addAsyncFilter(AsyncFilter asyncFilter)
AsyncFilter
boolean removeAsyncFilter(AsyncFilter asyncFilter)
AsyncFilter
void returnTask(AsyncTask task)
Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |