Package jadex.bridge

Interface IComponentStep<T>

    • Field Detail

      • CURRENT_STEP

        static final java.lang.ThreadLocal<jadex.bridge.component.impl.ExecutionComponentFeature.StepInfo> CURRENT_STEP
        The current service calls mapped to threads.
    • Method Detail

      • execute

        IFuture<T> execute​(IInternalAccess ia)
        Execute the command.
        Parameters:
        args - The argument(s) for the call.
        Returns:
        The result of the command.
      • setCurrentStep

        static void setCurrentStep​(jadex.bridge.component.impl.ExecutionComponentFeature.StepInfo step)
        Set the current step.
        Parameters:
        step - The step.
      • getCurrentStep

        static jadex.bridge.component.impl.ExecutionComponentFeature.StepInfo getCurrentStep()
        Get the current step.
        Returns:
        The step.