Interface TransactionalProtocolClient.PreparedOperation<T extends TransactionalProtocolClient.Operation>

    • Method Detail

      • getOperation

        T getOperation()
        Get the initial operation.
        Returns:
        the operation
      • getPreparedResult

        org.jboss.dmr.ModelNode getPreparedResult()
        Get the prepared result.
        Returns:
        the prepared result
      • isFailed

        boolean isFailed()
        Check if prepare failed.
        Returns:
        whether the operation failed
      • isTimedOut

        boolean isTimedOut()
        Check if prepare timed out.
        Returns:
        whether the operation failed due to timeout
      • isDone

        boolean isDone()
        Is done.
        Returns:
        whether the operation is complete (done or failed).
      • getFinalResult

        org.jboss.threads.AsyncFuture<OperationResponse> getFinalResult()
        Get the final result.
        Returns:
        the final result