|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DisconnectableConnection | The interface for objects returned by the getConnection method of ConnectionManagerDataSource. |
Class Summary | |
---|---|
ConnectionManagerDataSource | Manage all borrowed connections and hand out
DisconnectableConnection
objects so that we can close them again after the HTTP request has been finished. |
DisconnectableConnectionFactory | Create proxy connections able to handle disconnection of the underlying real connection. |
The purpose of this package is to provide a DataSource implementation that can be wrapped around a real datasource to ensure that all connections allocated by a thread are returned. See the javadoc for class ConnectionManagerDataSource for further details.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |