Interface IExecutionFeature

    • Field Detail

      • STEP_PRIORITY_UNSET

        static final int STEP_PRIORITY_UNSET
        Constant for unset step level.
        See Also:
        Constant Field Values
      • STEP_PRIORITY_NORMAL

        static final int STEP_PRIORITY_NORMAL
        Constant for first normal step level.
        See Also:
        Constant Field Values
      • STEP_PRIORITY_IMMEDIATE

        static final int STEP_PRIORITY_IMMEDIATE
        Constant for first immediate step level.
        See Also:
        Constant Field Values
    • Method Detail

      • getDescription

        IComponentDescription getDescription()
        Get the component description.
        Returns:
        The component description.
      • isComponentThread

        boolean isComponentThread()
        Test if current thread is the component thread.
        Returns:
        True if the current thread is the component thread.
      • isStepped

        boolean isStepped()
        Check if component is in stepped execution.
        Returns:
        True, if is in stepped execution.
      • createResultListener

        <T> IResultListener<T> createResultListener​(IResultListener<T> listener)
        Create a result listener that is executed on the component thread.