public interface SubComponentExecutionListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterJobExecution(Job job)
This method is called right after a job was executed in a parent job or transformation (Job job-entry, Job Executor
step).
|
void |
afterTransformationExecution(Trans trans)
This method is called right after a sub-transformation, mapping, single threader template, ... was executed in a
parent job or transformation.
|
void |
beforeJobExecution(Job job)
This method is called right before a job is to be executed in a parent job or transformation (Job job-entry, Job
Executor step).
|
void |
beforeTransformationExecution(Trans trans)
This method is called right before a sub-transformation, mapping, single threader template, ... is to be executed
in a parent job or transformation.
|
void beforeTransformationExecution(Trans trans) throws org.pentaho.di.core.exception.KettleException
trans - The transformation that is about to be executed.org.pentaho.di.core.exception.KettleException - In case something goes wrongvoid afterTransformationExecution(Trans trans) throws org.pentaho.di.core.exception.KettleException
trans - The transformation that was just executed.org.pentaho.di.core.exception.KettleException - In case something goes wrongvoid beforeJobExecution(Job job) throws org.pentaho.di.core.exception.KettleException
trans - The job that is about to be executed.org.pentaho.di.core.exception.KettleException - In case something goes wrongvoid afterJobExecution(Job job) throws org.pentaho.di.core.exception.KettleException
trans - The job that was executed.org.pentaho.di.core.exception.KettleException - In case something goes wrongCopyright © 2024 Hitachi Vantara. All rights reserved.