| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.persistence.engines.jdbcengine.datasource.DataSourceFactory
Factory implementation for making us DataSource objects to execute DDL against. This uses a Connection pool to create DataSource objects.
| Method Summary | |
| static void | freeDataSource(DataSource ds)Free up the DataSource. | 
| static DataSource | getDataSource(Database database)Returns a new DataSource instance. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static DataSource getDataSource(Database database)
                                throws DataSourceCreationException
database - the configuration information for the data source.
DataSourceCreationException - if the connection could not be acquired.public static void freeDataSource(DataSource ds)
ds - the DataSource.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||