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

Packages that use DatasourceServiceException
org.pentaho.platform.api.data   
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
 DataSource IDatasourceService.getDataSource(String dsName)
          Deprecated. Since JNDI is supported different ways in different app servers, it's nearly impossible to have a ubiquitous way to look up a datasource.
 String IDatasourceService.getDSBoundName(String dsName)
          Deprecated. 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.engine.services.connection.datasource.dbcp
 

Methods in org.pentaho.platform.engine.services.connection.datasource.dbcp that throw DatasourceServiceException
 DataSource JndiDatasourceService.getDataSource(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.
 DataSource NonPooledDatasourceService.getDataSource(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.
 DataSource NonPooledOrJndiDatasourceService.getDataSource(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.
 DataSource PooledDatasourceService.getDataSource(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.
 DataSource PooledOrJndiDatasourceService.getDataSource(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.
 String BaseDatasourceService.getDSBoundName(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.
 String NonPooledDatasourceService.getDSBoundName(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.
 String PooledDatasourceService.getDSBoundName(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
 DataSource AbstractTenantAwareDatasourceService.getDataSource(String dsName)