Class SubComponentExecutionAdapter

    • Constructor Detail

      • SubComponentExecutionAdapter

        public SubComponentExecutionAdapter()
    • Method Detail

      • beforeTransformationExecution

        public void beforeTransformationExecution​(Trans trans)
                                           throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: SubComponentExecutionListener
        This method is called right before a sub-transformation, mapping, single threader template, ... is to be executed in a parent job or transformation.
        Specified by:
        beforeTransformationExecution in interface SubComponentExecutionListener
        Parameters:
        trans - The transformation that is about to be executed.
        Throws:
        org.pentaho.di.core.exception.KettleException - In case something goes wrong
      • afterTransformationExecution

        public void afterTransformationExecution​(Trans trans)
                                          throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: SubComponentExecutionListener
        This method is called right after a sub-transformation, mapping, single threader template, ... was executed in a parent job or transformation.
        Specified by:
        afterTransformationExecution in interface SubComponentExecutionListener
        Parameters:
        trans - The transformation that was just executed.
        Throws:
        org.pentaho.di.core.exception.KettleException - In case something goes wrong
      • beforeJobExecution

        public void beforeJobExecution​(Job job)
                                throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: SubComponentExecutionListener
        This method is called right before a job is to be executed in a parent job or transformation (Job job-entry, Job Executor step).
        Specified by:
        beforeJobExecution in interface SubComponentExecutionListener
        Throws:
        org.pentaho.di.core.exception.KettleException - In case something goes wrong
      • afterJobExecution

        public void afterJobExecution​(Job job)
                               throws org.pentaho.di.core.exception.KettleException
        Description copied from interface: SubComponentExecutionListener
        This method is called right after a job was executed in a parent job or transformation (Job job-entry, Job Executor step).
        Specified by:
        afterJobExecution in interface SubComponentExecutionListener
        Throws:
        org.pentaho.di.core.exception.KettleException - In case something goes wrong