|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
A PooledConnection object is a connection object that provides hooks for connection pool management.
| Method Summary | |
void |
addConnectionEventListener(ConnectionEventListener listener)
Add an event listener. |
void |
close()
Close the database connection. |
java.sql.Connection |
getConnection()
Create an object handle for a database connection. |
void |
removeConnectionEventListener(ConnectionEventListener listener)
Remove an event listener. |
| Method Detail |
public java.sql.Connection getConnection()
throws java.sql.SQLException
Create an object handle for a database connection.
public void close()
throws java.sql.SQLException
Close the database connection.
public void addConnectionEventListener(ConnectionEventListener listener)
Add an event listener.
public void removeConnectionEventListener(ConnectionEventListener listener)
Remove an event listener.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||