|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpox.store.rdbms.datasource.proxool.ProxoolDataSourceFactory
public class ProxoolDataSourceFactory
Plugin for the creation of a Proxool connection pool. Note that all Proxool classes are named explicitly in the code to avoid loading them at class initialisation. (see http://proxool.sourceforge.net/)
| Field Summary | |
|---|---|
static org.jpox.util.Localiser |
LOCALISER
Localisation of messages. |
| Constructor Summary | |
|---|---|
ProxoolDataSourceFactory()
|
|
| Method Summary | |
|---|---|
javax.sql.DataSource |
makePooledDataSource(org.jpox.OMFContext omfCtx)
Method to make a Proxool DataSource for use internally in JPOX. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.jpox.util.Localiser LOCALISER
| Constructor Detail |
|---|
public ProxoolDataSourceFactory()
| Method Detail |
|---|
public javax.sql.DataSource makePooledDataSource(org.jpox.OMFContext omfCtx)
makePooledDataSource in interface org.jpox.store.rdbms.datasource.JPOXDataSourceFactoryomfCtx - OMFContext
java.lang.Exception - Thrown if an error occurs during creation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||