Class AbstractPyroSource

    • Field Detail

      • m_Output

        protected Object m_Output
        the generated output object.
    • Constructor Detail

      • AbstractPyroSource

        public AbstractPyroSource()
    • Method Detail

      • preExecute

        protected String preExecute()
        Before performing the actual call.
        Overrides:
        preExecute in class AbstractPyroCall
        Returns:
        null if successful, otherwise error message
      • hasPendingOutput

        public boolean hasPendingOutput()
        Checks whether there is pending output to be collected after executing the flow item.
        Specified by:
        hasPendingOutput in interface PyroOutputProducer
        Returns:
        true if there is pending output