Package org.pentaho.di.core.lifecycle
Class LifecycleSupport
java.lang.Object
org.pentaho.di.core.lifecycle.LifecycleSupport
-
Field Summary
Modifier and TypeFieldDescriptionprotected static org.pentaho.di.core.plugins.PluginRegistry
-
Constructor Summary
-
Method Summary
-
Field Details
-
registry
protected static org.pentaho.di.core.plugins.PluginRegistry registry
-
-
Constructor Details
-
LifecycleSupport
public LifecycleSupport()
-
-
Method Details
-
onStart
public void onStart(org.pentaho.di.core.lifecycle.LifeEventHandler handler) throws org.pentaho.di.core.lifecycle.LifecycleException - Throws:
org.pentaho.di.core.lifecycle.LifecycleException
-
onExit
public void onExit(org.pentaho.di.core.lifecycle.LifeEventHandler handler) throws org.pentaho.di.core.lifecycle.LifecycleException - Throws:
org.pentaho.di.core.lifecycle.LifecycleException
-