Package org.pentaho.platform.engine.services.connection.datasource.dbcp

Examples of org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener


  public void enablePooledDatasources() {
    IPentahoObjectFactory objectFactory = getFactory();
    if ( objectFactory instanceof IPentahoDefinableObjectFactory ) {
      define( IDBDatasourceService.class, PooledOrJndiDatasourceService.class, Scope.LOCAL );
    }
    addLifecycleListener( new PooledDatasourceSystemListener() );
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.