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
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onExit(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
     
    void
    onStart(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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