|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sequoia.ConnectionFactory | +--sequoia.PooledConnectionFactory
Manages
Connectioncreation and disposal backed by DBCP connection pooling engine.
Constructor Summary | |
PooledConnectionFactory()
|
Method Summary | |
java.sql.Connection |
connect()
|
void |
disconnect(java.sql.Connection c)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PooledConnectionFactory()
Method Detail |
public java.sql.Connection connect()
connect
in class ConnectionFactory
public void disconnect(java.sql.Connection c)
disconnect
in class ConnectionFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |