|
|||||||||
| Home >> All >> recoin >> group >> [ adapter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
recoin.group.adapter
Class JDBCPooledAdapter

java.lang.Objectrecoin.group.ComponentWorker
recoin.group.adapter.JDBCAdapter
recoin.group.adapter.JDBCPooledAdapter
- public abstract class JDBCPooledAdapter
- extends JDBCAdapter
The JDBCPooledAdapter provides methods to get connections from a connection pool that it can share with other JDBCPooledAdapter objects. Different subclasses of JDBCPooledAdapter can use a single ConnectionPool object if they reside in the same Module.
- Version:
- 0.2.9
| Field Summary |
| Fields inherited from class recoin.group.adapter.JDBCAdapter |
databaseName, driverName, jdbcURL, logger, password, port, serverName, user |
| Fields inherited from class recoin.group.ComponentWorker |
component |
| Constructor Summary | |
JDBCPooledAdapter()
Creates a new JDBCPooledAdapter. |
|
| Method Summary | |
protected java.sql.Connection |
getConnection(java.lang.String url)
Not implemented yet! |
protected java.sql.Connection |
getConnection(java.lang.String url,
java.lang.String u,
java.lang.String p)
Not implemented yet! |
| Methods inherited from class recoin.group.adapter.JDBCAdapter |
initiate |
| Methods inherited from class recoin.group.ComponentWorker |
createComponentRunnable, createComponentRunnable, createComponentRunnable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
JDBCPooledAdapter
public JDBCPooledAdapter()
- Creates a new JDBCPooledAdapter.
| Method Detail |
getConnection
protected java.sql.Connection getConnection(java.lang.String url, java.lang.String u, java.lang.String p) throws recoin.exception.ComponentWorkerException
- Not implemented yet!
- Specified by:
getConnectionin classJDBCAdapter
getConnection
protected java.sql.Connection getConnection(java.lang.String url) throws recoin.exception.ComponentWorkerException
- Not implemented yet!
- Specified by:
getConnectionin classJDBCAdapter
|
|||||||||
| Home >> All >> recoin >> group >> [ adapter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC