Package org.pentaho.di.core.lifecycle
Class LifecycleSupport
- java.lang.Object
-
- org.pentaho.di.core.lifecycle.LifecycleSupport
-
public class LifecycleSupport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.pentaho.di.core.plugins.PluginRegistry
registry
-
Constructor Summary
Constructors Constructor Description LifecycleSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onExit(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
void
onStart(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
-
-
-
Method Detail
-
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
-
-