Package org.apache.myfaces.orchestra.connectionManager

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:
          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.
 

Package org.apache.myfaces.orchestra.connectionManager Description

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.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.