Package de.bsvrz.puk.config.util.async
Class AbstractAsyncRequest
java.lang.Object
de.bsvrz.puk.config.util.async.AbstractAsyncRequest
- All Implemented Interfaces:
AsyncRequest
- Direct Known Subclasses:
AbstractAsyncDataModelRequest
,AsyncCallCompletionRequest
public abstract class AbstractAsyncRequest extends java.lang.Object implements AsyncRequest
-
Constructor Summary
Constructors Constructor Description AbstractAsyncRequest()
-
Method Summary
Modifier and Type Method Description void
callAsyncCompletion()
void
enqueueTo(AsyncRequestQueue queue)
AsyncRequestCompletion
getAsyncRequestCompletion()
void
setCompletion(AsyncRequestCompletion asyncRequestCompletion)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.bsvrz.puk.config.util.async.AsyncRequest
startProcessing
-
Constructor Details
-
AbstractAsyncRequest
public AbstractAsyncRequest()
-
-
Method Details
-
setCompletion
-
callAsyncCompletion
public void callAsyncCompletion()- Specified by:
callAsyncCompletion
in interfaceAsyncRequest
-
enqueueTo
-
getAsyncRequestCompletion
- Specified by:
getAsyncRequestCompletion
in interfaceAsyncRequest
-