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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidenqueueTo(AsyncRequestQueue queue) voidsetCompletion(AsyncRequestCompletion asyncRequestCompletion) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
callAsyncCompletionin interfaceAsyncRequest
-
enqueueTo
-
getAsyncRequestCompletion
- Specified by:
getAsyncRequestCompletionin interfaceAsyncRequest
-