Uses of Class
org.pentaho.di.core.lifecycle.LifecycleException

Packages that use LifecycleException
org.pentaho.di.core   
org.pentaho.di.core.lifecycle   
 

Uses of LifecycleException in org.pentaho.di.core
 

Methods in org.pentaho.di.core that throw LifecycleException
 void KettleEnvironmentTest.MockLifecycleListener.onEnvironmentInit()
           
 void KettleEnvironmentTest.FailingMockLifecycleListener.onEnvironmentInit()
           
 void KettleEnvironmentTest.SevereFailingMockLifecycleListener.onEnvironmentInit()
           
 void KettleEnvironmentTest.ThrowableFailingMockLifecycleListener.onEnvironmentInit()
           
 

Uses of LifecycleException in org.pentaho.di.core.lifecycle
 

Methods in org.pentaho.di.core.lifecycle that throw LifecycleException
 void KettleLifecycleListener.onEnvironmentInit()
          Called during KettleEnvironment initialization.
 void LifecycleSupport.onExit(LifeEventHandler handler)
           
 void LifecycleListener.onExit(LifeEventHandler handler)
          Called when the application ends
 void LifecycleSupport.onStart(LifeEventHandler handler)
           
 void LifecycleListener.onStart(LifeEventHandler handler)
          Called when the application starts.