Package org.firebirdsql.gds.ng.wire
Interface DeferredAction
- 
 public interface DeferredActionSemi-functional interface for processing deferred responses from the server.This interfaces is used in protocol 11 or higher. - Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WarningMessageCallbackgetWarningMessageCallback()voidprocessResponse(Response response)Steps to process the deferred response.
 
- 
- 
- 
Method Detail- 
processResponsevoid processResponse(Response response) Steps to process the deferred response.- Parameters:
- response- Response object.
 
 - 
getWarningMessageCallbackWarningMessageCallback getWarningMessageCallback() - Returns:
- The warning callback to use when executing this deferred action.
 
 
- 
 
-