Class RemoteExecutionComponentFeature.OutCommand

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.PriorityQueue<AbstractResultCommand> deferredcommands
      Commands that have been deferred until a prior command arrives.
      protected jadex.commons.future.IFuture<?> future
      Future for results.
      protected int resultcount  
    • Constructor Summary

      Constructors 
      Constructor Description
      OutCommand​(jadex.commons.future.IFuture<?> future)
      Creates the command.
    • Field Detail

      • deferredcommands

        protected java.util.PriorityQueue<AbstractResultCommand> deferredcommands
        Commands that have been deferred until a prior command arrives.
      • resultcount

        protected int resultcount
      • future

        protected jadex.commons.future.IFuture<?> future
        Future for results.
    • Constructor Detail

      • OutCommand

        public OutCommand​(jadex.commons.future.IFuture<?> future)
        Creates the command.