public abstract class AbstractAsyncRequest extends java.lang.Object implements AsyncRequest
| Constructor and Description |
|---|
AbstractAsyncRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
callAsyncCompletion() |
void |
enqueueTo(AsyncRequestQueue queue) |
AsyncRequestCompletion |
getAsyncRequestCompletion() |
void |
setCompletion(AsyncRequestCompletion asyncRequestCompletion) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartProcessingpublic void setCompletion(AsyncRequestCompletion asyncRequestCompletion)
public void callAsyncCompletion()
callAsyncCompletion in interface AsyncRequestpublic void enqueueTo(AsyncRequestQueue queue)
public AsyncRequestCompletion getAsyncRequestCompletion()
getAsyncRequestCompletion in interface AsyncRequest