Uses of Package
org.apache.myfaces.orchestra.connectionManager

Packages that use org.apache.myfaces.orchestra.connectionManager
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. 
 

Classes in org.apache.myfaces.orchestra.connectionManager used by org.apache.myfaces.orchestra.connectionManager
ConnectionManagerDataSource
          Manage all borrowed connections and hand out DisconnectableConnection objects so that we can close them again after the HTTP request has been finished.
DisconnectableConnection
          The interface for objects returned by the getConnection method of ConnectionManagerDataSource.
 



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