Class DefaultCallbackNotifierDelegate

  • All Implemented Interfaces:
    CallbackNotifierDelegate

    public class DefaultCallbackNotifierDelegate
    extends java.lang.Object
    implements CallbackNotifierDelegate
    Default implementation of a CallbackNotifierDelegate. Notifies the callback immediately.
    Version:
    $Revision: $
    Author:
    Mark hall (mhall{[at]}pentaho{[dot]}com)
    • Constructor Detail

      • DefaultCallbackNotifierDelegate

        public DefaultCallbackNotifierDelegate()
    • Method Detail

      • notifyCallback

        public void notifyCallback​(StepTaskCallback callback,
                                   StepTask taskExecuted,
                                   ExecutionResult result)
                            throws java.lang.Exception
        Notifies the callback immediately
        Specified by:
        notifyCallback in interface CallbackNotifierDelegate
        Parameters:
        callback - the callback to notify
        taskExecuted - the StepTask that was executed
        result - the ExecutionResult that was produced
        Throws:
        java.lang.Exception - if a problem occurs