Class ComponentFutureFunctionality

java.lang.Object
jadex.execution.future.FutureFunctionality
jadex.execution.future.ComponentFutureFunctionality

public class ComponentFutureFunctionality extends FutureFunctionality
Schedule forward future executions (e.g. results) on component thread, i.e. the component is the callee side of the future.
  • Field Details

    • comp

      protected jadex.core.IComponent comp
      The adapter.
  • Constructor Details

    • ComponentFutureFunctionality

      public ComponentFutureFunctionality(jadex.core.IComponent comp)
      Create a new future.
  • Method Details

    • scheduleForward

      public <T> void scheduleForward(jadex.common.ICommand<T> command, T args)
      Send a foward command.
      Overrides:
      scheduleForward in class FutureFunctionality