Package org.pentaho.di.www
Class CarteDelegationHandler
- java.lang.Object
-
- org.pentaho.di.www.CarteDelegationHandler
-
- All Implemented Interfaces:
DelegationListener
public class CarteDelegationHandler extends Object implements DelegationListener
A handler for registering sub-jobs and sub-transformations on the carte maps. The trick here is that listeners are added recursively down as long as the listener methods are called.- Author:
- matt
-
-
Field Summary
Fields Modifier and Type Field Description protected JobMap
jobMap
protected TransformationMap
transformationMap
-
Constructor Summary
Constructors Constructor Description CarteDelegationHandler(TransformationMap transformationMap, JobMap jobMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
jobDelegationStarted(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration)
void
transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)
-
-
-
Field Detail
-
transformationMap
protected TransformationMap transformationMap
-
jobMap
protected JobMap jobMap
-
-
Constructor Detail
-
CarteDelegationHandler
public CarteDelegationHandler(TransformationMap transformationMap, JobMap jobMap)
-
-
Method Detail
-
jobDelegationStarted
public void jobDelegationStarted(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration)
- Specified by:
jobDelegationStarted
in interfaceDelegationListener
-
transformationDelegationStarted
public void transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)
- Specified by:
transformationDelegationStarted
in interfaceDelegationListener
-
-