Uses of Class
org.pentaho.platform.api.data.DatasourceServiceException

Packages that use DatasourceServiceException
org.pentaho.platform.api.data   
org.pentaho.platform.dataaccess.datasource.wizard.service.agile   
org.pentaho.platform.engine.services.connection.datasource.dbcp   
org.pentaho.platform.engine.services.connection.datasource.dbcp.tenantaware   
 

Uses of DatasourceServiceException in org.pentaho.platform.api.data
 

Methods in org.pentaho.platform.api.data that throw DatasourceServiceException
 javax.sql.DataSource IDatasourceService.getDataSource(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 java.lang.String IDatasourceService.getDSBoundName(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 

Uses of DatasourceServiceException in org.pentaho.platform.dataaccess.datasource.wizard.service.agile
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.agile that throw DatasourceServiceException
static java.sql.Connection AgileHelper.getConnection(java.lang.String jndiName)
           
 

Uses of DatasourceServiceException in org.pentaho.platform.engine.services.connection.datasource.dbcp
 

Methods in org.pentaho.platform.engine.services.connection.datasource.dbcp that throw DatasourceServiceException
 javax.sql.DataSource JndiDatasourceService.getDataSource(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 javax.sql.DataSource NonPooledDatasourceService.getDataSource(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 javax.sql.DataSource NonPooledOrJndiDatasourceService.getDataSource(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 javax.sql.DataSource PooledDatasourceService.getDataSource(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 javax.sql.DataSource PooledOrJndiDatasourceService.getDataSource(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 java.lang.String BaseDatasourceService.getDSBoundName(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 java.lang.String NonPooledDatasourceService.getDSBoundName(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 java.lang.String PooledDatasourceService.getDSBoundName(java.lang.String dsName)
          Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
static org.apache.commons.dbcp.PoolingDataSource PooledDatasourceHelper.setupPooledDataSource(IDatasource datasource)
           
 

Uses of DatasourceServiceException in org.pentaho.platform.engine.services.connection.datasource.dbcp.tenantaware
 

Methods in org.pentaho.platform.engine.services.connection.datasource.dbcp.tenantaware that throw DatasourceServiceException
 javax.sql.DataSource AbstractTenantAwareDatasourceService.getDataSource(java.lang.String dsName)