|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The JDBC Engine will invoke the suitable trigger points of a plugin class that implements this interface. The plugin class will have to be specified in framework.properties The implementing class should have a no-argument constructor.
| Method Summary | |
void |
freeConnection(Connection connection)
This method will be invoked before returning a Connection back to the connection pool. |
void |
newConnection(Connection connection)
This method will be invoked after a new Connection object is obtained from a connection pool. |
| Method Detail |
public void newConnection(Connection connection)
throws SQLException
connection - The new Connection object from the pool.
SQLException - if any error occurs.
public void freeConnection(Connection connection)
throws SQLException
connection - The Connection object to be returned back to the pool.
SQLException - if any error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||