Package com.impossibl.postgres.protocol
Class RequestExecutorHandlers.SynchronizedResult
- java.lang.Object
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
-
- com.impossibl.postgres.protocol.RequestExecutorHandlers.SynchronizedResult
-
- All Implemented Interfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.SynchronizedHandler
- Direct Known Subclasses:
RequestExecutorHandlers.AnyQueryResult
,RequestExecutorHandlers.CompositeQueryResults
- Enclosing class:
- RequestExecutorHandlers
public static class RequestExecutorHandlers.SynchronizedResult extends RequestExecutorHandlers.Result implements RequestExecutor.SynchronizedHandler
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
completed, error, notices
-
-
Constructor Summary
Constructors Constructor Description SynchronizedResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleReady(TransactionStatus transactionStatus)
-
Methods inherited from class com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
await, getError, getNotices, handleError, isCompleted, isValid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
-
-
-
Method Detail
-
handleReady
public void handleReady(TransactionStatus transactionStatus)
- Specified by:
handleReady
in interfaceRequestExecutor.SynchronizedHandler
-
-