Class AmqpTransactionContext.DischargeCompletion

    • Method Detail

      • getDeclareCompletion

        public org.apache.qpid.jms.provider.amqp.AmqpTransactionContext.DeclareCompletion getDeclareCompletion()
      • isCommit

        public boolean isCommit()
      • isPipelined

        public boolean isPipelined()
      • onFailure

        public void onFailure​(ProviderException result)
        Description copied from interface: AsyncResult
        If the operation fails this method is invoked with the Exception that caused the failure.
        Parameters:
        result - The error that resulted in this asynchronous operation failing.
      • onSuccess

        public void onSuccess()
        Description copied from interface: AsyncResult
        If the operation succeeds the resulting value produced is set to null and the waiting parties are signaled.
      • onDeclareSuccess

        public void onDeclareSuccess()
      • onDischargeSuccess

        public void onDischargeSuccess()