|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.schwarzrot.data.access.jdbc.DataSourceManager
public class DataSourceManager
is responsible for managing a datasource for poolable jdbc-connections, where the jdbc-driver will be loaded at runtime.
DriverConnectionFactory
Constructor Summary | |
---|---|
DataSourceManager(DBConfig config)
creates a datasource manager. |
Method Summary | |
---|---|
DataSource |
getDataSource()
accessor to datasource member |
protected void |
setupPool()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSourceManager(DBConfig config)
config
and sets up the pool of datasources to use
config
- - datasource descriptorMethod Detail |
---|
public DataSource getDataSource()
protected void setupPool()
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |