public abstract static class DeferredAction.DelegatingDeferredAction extends java.lang.Object implements DeferredAction
This class is intended as a base class for implementations that want to decorate method calls. To decorate it,
subclass this class, and override the method, and ensure you call super.<overridden-method> in such a
way that it is always called, even if the decoration fails.
DeferredAction.DelegatingDeferredAction| Modifier and Type | Method and Description |
|---|---|
WarningMessageCallback |
getWarningMessageCallback() |
void |
onException(java.lang.Exception exception)
Exception received when receiving or processing the response.
|
void |
processResponse(Response response)
Steps to process the deferred response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapDeferredResponsepublic void processResponse(Response response)
DeferredActionprocessResponse in interface DeferredActionresponse - Response object.public void onException(java.lang.Exception exception)
DeferredActionThe default implementation only logs the exception on debug level.
onException in interface DeferredActionexception - exception received processing the responsepublic WarningMessageCallback getWarningMessageCallback()
getWarningMessageCallback in interface DeferredActionCopyright © 2001-2026 Jaybird (Firebird JDBC) team. All rights reserved.