Interface IOrderedConversation

    • Method Detail

      • getFuture

        jadex.commons.future.IFuture<?> getFuture()
        Gets the conversation result future.
        Returns:
        The future.
      • getNextResultCount

        int getNextResultCount()
        Gets the count of the next result.
        Returns:
        The count of the next result.
      • incNextResultCount

        void incNextResultCount()
        Increases the next result count.
      • getDeferredCommands

        java.util.PriorityQueue<AbstractResultCommand> getDeferredCommands()
        Returns queue of commands that have been deferred due to out-of-order arrival.
        Returns:
        Queue of commands.