Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ID

Description

Java object passed

TransformationPrepareExecution

A transformation begins to prepare execution

Trans

TransformationStartThreads

A transformation begins to start

Trans

TransformationStart

A transformation has started

Trans

TransformationFinish

A transformation finishes

Trans

TransformationMetaLoaded

Transformation metadata was loaded

TransMeta

SpoonTransMetaExecutionStart

Spoon initiates the execution of a transformation

TransMeta

SpoonTransExecutionConfiguration

Right before the configuration of a transformation to be executed takes place in Spoon

TransExecutionConfiguration

JobStart

A job starts

Job

JobFinish

A job finishes

Job

JobMetaLoaded

Job metadata was loaded

JobMeta

SpoonJobMetaExecutionStart

Spoon initiates the execution of a job

JobMeta

SpoonJobExecutionConfiguration

Right before the configuration of a job to be executed takes place in Spoon

JobExecutionConfiguration

DatabaseConnected

After a successful connection to a database

Database

DatabaseDisconnected

After a successful disconnection from a database

Database

The class implementing the ExtensionPointInterface should be annotated with @ExtensionPoint.  The following information needs to be passed:

...