public class KettleLifecycleSupport extends Object
Constructor and Description |
---|
KettleLifecycleSupport() |
Modifier and Type | Method and Description |
---|---|
void |
onEnvironmentInit()
Execute all known listener's
onEnvironmentInit() methods. |
void |
onEnvironmentShutdown() |
public void onEnvironmentInit() throws org.pentaho.di.core.exception.KettleException
onEnvironmentInit()
methods. If an
invocation throws a LifecycleException
is severe this method will
re-throw the exception.LifecycleException
- if any listener throws a severe Lifecycle Exception or any Throwable
.org.pentaho.di.core.exception.KettleException
public void onEnvironmentShutdown()