Package de.bsvrz.puk.config.util.async
Class AsyncCallCompletionRequest
- java.lang.Object
-
- de.bsvrz.puk.config.util.async.AbstractAsyncRequest
-
- de.bsvrz.puk.config.util.async.AsyncCallCompletionRequest
-
- All Implemented Interfaces:
AsyncRequest
public class AsyncCallCompletionRequest extends AbstractAsyncRequest implements AsyncRequest
-
-
Constructor Summary
Constructors Constructor Description AsyncCallCompletionRequest(AsyncRequest completedRequest)
-
Method Summary
Modifier and Type Method Description void
startProcessing()
java.lang.String
toString()
-
Methods inherited from class de.bsvrz.puk.config.util.async.AbstractAsyncRequest
callAsyncCompletion, enqueueTo, getAsyncRequestCompletion, setCompletion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.bsvrz.puk.config.util.async.AsyncRequest
callAsyncCompletion, getAsyncRequestCompletion
-
-
-
-
Constructor Detail
-
AsyncCallCompletionRequest
public AsyncCallCompletionRequest(AsyncRequest completedRequest)
-
-
Method Detail
-
startProcessing
public void startProcessing()
- Specified by:
startProcessing
in interfaceAsyncRequest
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-