org.jpox.store.rdbms.datasource
Interface JPOXDataSourceFactory
- All Known Implementing Classes:
- DefaultDataSourceFactory
public interface JPOXDataSourceFactory
Interface for a DataSourceFactory for use within JPOX.
- Version:
- $Revision: 1.1 $
|
Method Summary |
javax.sql.DataSource |
makePooledDataSource(org.jpox.OMFContext omfCtx)
Method to make a DataSource for use within JPOX. |
makePooledDataSource
javax.sql.DataSource makePooledDataSource(org.jpox.OMFContext omfCtx)
- Method to make a DataSource for use within JPOX.
- Parameters:
omfCtx - OMF Context
- Returns:
- The DataSource
- Throws:
java.lang.Exception - Thrown if an error occurs during creation
Copyright © -2008 . All Rights Reserved.