Class RestartFlow

    • Field Detail

      • m_Interval

        protected int m_Interval
        the time to wait in milliseconds before restarting the flow.
    • Constructor Detail

      • RestartFlow

        public RestartFlow()
    • Method Detail

      • setInterval

        public void setInterval​(int value)
        Sets the interval in milli-seconds to wait.
        Parameters:
        value - the interval
      • getInterval

        public int getInterval()
        Returns the interval to wait in milli-seconds.
        Returns:
        the interval
      • intervalTipText

        public String intervalTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRequestPayload

        public void setRequestPayload​(byte[] value)
        Ignored.
        Parameters:
        value - the payload
      • getRequestPayload

        public byte[] getRequestPayload()
        Always zero-length array.
        Returns:
        the payload
      • getRequestPayloadObjects

        public Object[] getRequestPayloadObjects()
        Returns the objects that represent the request payload.
        Returns:
        the objects
      • setResponsePayload

        public void setResponsePayload​(byte[] value)
        Sets the payload for the response.
        Parameters:
        value - the payload
      • getResponsePayload

        public byte[] getResponsePayload()
        Returns the payload of the response, if any.
        Returns:
        the payload
      • getResponsePayloadObjects

        public Object[] getResponsePayloadObjects()
        Returns the objects that represent the response payload.
        Returns:
        the objects