org.pentaho.platform.plugin.action.kettle
Class KettleSystemListener

java.lang.Object
  extended by org.pentaho.platform.plugin.action.kettle.KettleSystemListener
All Implemented Interfaces:
IPentahoSystemListener

public class KettleSystemListener
extends Object
implements IPentahoSystemListener


Constructor Summary
KettleSystemListener()
           
 
Method Summary
static void environmentInit(IPentahoSession session)
           
static Map readProperties(IPentahoSession session)
           
 void shutdown()
          Notification of system shutdown.
 boolean startup(IPentahoSession session)
          Notification of system startup.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleSystemListener

public KettleSystemListener()
Method Detail

startup

public boolean startup(IPentahoSession session)
Description copied from interface: IPentahoSystemListener
Notification of system startup. This event fires at the end of system initialization, after all system components have started successfully.

Specified by:
startup in interface IPentahoSystemListener

readProperties

public static Map readProperties(IPentahoSession session)

environmentInit

public static void environmentInit(IPentahoSession session)
                            throws org.pentaho.di.core.exception.KettleException
Throws:
org.pentaho.di.core.exception.KettleException

shutdown

public void shutdown()
Description copied from interface: IPentahoSystemListener
Notification of system shutdown. This event fires right before the server context is shutdown.

Specified by:
shutdown in interface IPentahoSystemListener