Interface ControllerAction

    • Method Detail

      • batchInitialize

        void batchInitialize​(RunState runState,
                             Object contextId)
        Initializes the action for a batch run (a set of runs).
        Parameters:
        runState -
      • runInitialize

        void runInitialize​(RunState runState,
                           Object contextId,
                           Parameters runParams)
        Initializes the action for a single run (possibly one of many).
        Parameters:
        runState -
        runParams - the current run's parameters
      • runCleanup

        void runCleanup​(RunState runState,
                        Object contextId)
        Cleans up the action after a run just occurred.
        Parameters:
        runState - information on the run that just occurred
      • batchCleanup

        void batchCleanup​(RunState runState,
                          Object contextId)
        Cleans up the action after a batch run (a set of runs).
        Parameters:
        runState - information on the set of runs that just occurred