Dashboard Builder Commons 6.0.0.Beta4

Uses of Class
org.jboss.dashboard.database.DataSourceEntry

Packages that use DataSourceEntry
org.jboss.dashboard.database   
 

Uses of DataSourceEntry in org.jboss.dashboard.database
 

Subclasses of DataSourceEntry in org.jboss.dashboard.database
 class JDBCDataSourceEntry
          A data source entry that gets the database connection via the JDBC protocol.
 class JNDIDataSourceEntry
          A data source entry that gets the database connection doing a JNDI lookup of the target data source.
 

Fields in org.jboss.dashboard.database declared as DataSourceEntry
protected  DataSourceEntry ExternalDataSource.dataSourceEntry
           
 

Methods in org.jboss.dashboard.database that return DataSourceEntry
 DataSourceEntry ExternalDataSource.getDataSourceEntry()
           
 DataSourceEntry DataSourceManager.getDataSourceEntry(String name)
           
 

Methods in org.jboss.dashboard.database that return types with arguments of type DataSourceEntry
 List<DataSourceEntry> DataSourceManager.getDataSourceEntries()
          Get all registered datasource entries
 

Methods in org.jboss.dashboard.database with parameters of type DataSourceEntry
 void ExternalDataSource.setDataSourceEntry(DataSourceEntry dataSourceEntry)
           
 


Dashboard Builder Commons 6.0.0.Beta4

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.