org.pentaho.platform.engine.services.connection.datasource.dbcp
Class NonPooledDatasourceSystemListener

java.lang.Object
  extended by org.pentaho.platform.engine.services.connection.datasource.dbcp.NonPooledDatasourceSystemListener
All Implemented Interfaces:
IPentahoSystemListener

public class NonPooledDatasourceSystemListener
extends Object
implements IPentahoSystemListener


Field Summary
static String DATASOURCE_REGION
           
 
Constructor Summary
NonPooledDatasourceSystemListener()
           
 
Method Summary
 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
 

Field Detail

DATASOURCE_REGION

public static final String DATASOURCE_REGION
See Also:
Constant Field Values
Constructor Detail

NonPooledDatasourceSystemListener

public NonPooledDatasourceSystemListener()
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

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