public class AsyncCallCompletionRequest extends AbstractAsyncRequest implements AsyncRequest
TBD RS dokumentieren.
Modifier and Type | Field and Description |
---|---|
private AsyncRequest |
_completedRequest |
Constructor and Description |
---|
AsyncCallCompletionRequest(AsyncRequest completedRequest) |
Modifier and Type | Method and Description |
---|---|
void |
startProcessing() |
java.lang.String |
toString() |
callAsyncCompletion, enqueueTo, getAsyncRequestCompletion, setCompletion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
callAsyncCompletion, getAsyncRequestCompletion
private final AsyncRequest _completedRequest
public AsyncCallCompletionRequest(AsyncRequest completedRequest)
public void startProcessing()
startProcessing
in interface AsyncRequest
public java.lang.String toString()
toString
in class java.lang.Object