public class SubComponentExecutionAdapter extends Object implements SubComponentExecutionListener
| 构造器和说明 |
|---|
SubComponentExecutionAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public void beforeTransformationExecution(Trans trans) throws org.pentaho.di.core.exception.KettleException
SubComponentExecutionListenerbeforeTransformationExecution 在接口中 SubComponentExecutionListenertrans - The transformation that is about to be executed.org.pentaho.di.core.exception.KettleException - In case something goes wrongpublic void afterTransformationExecution(Trans trans) throws org.pentaho.di.core.exception.KettleException
SubComponentExecutionListenerafterTransformationExecution 在接口中 SubComponentExecutionListenertrans - The transformation that was just executed.org.pentaho.di.core.exception.KettleException - In case something goes wrongpublic void beforeJobExecution(Job job) throws org.pentaho.di.core.exception.KettleException
SubComponentExecutionListenerbeforeJobExecution 在接口中 SubComponentExecutionListenerorg.pentaho.di.core.exception.KettleException - In case something goes wrongpublic void afterJobExecution(Job job) throws org.pentaho.di.core.exception.KettleException
SubComponentExecutionListenerafterJobExecution 在接口中 SubComponentExecutionListenerorg.pentaho.di.core.exception.KettleException - In case something goes wrongCopyright © 2024 Hitachi Vantara. All rights reserved.