Class AbstractPyroSink

    • Field Detail

      • m_Input

        protected Object m_Input
        the input object.
    • Constructor Detail

      • AbstractPyroSink

        public AbstractPyroSink()
    • Method Detail

      • input

        public void input​(Object obj)
        The method that accepts the input object.
        Specified by:
        input in interface PyroInputConsumer
        Parameters:
        obj - the object to accept and process
      • postExecute

        protected String postExecute()
        After performing the actual call.
        Overrides:
        postExecute in class AbstractPyroCall
        Returns:
        null if successful, otherwise error message