A pooling DataSource
appropriate for deployment within J2EE environment. There are many configuration options, most of which are defined in the parent class. This datasource uses individual pools per user, and some properties can be set specifically for a given user, if the deployment environment can support initialization of mapped properties. So for example, a pool of admin or write-access Connections can be guaranteed a certain number of connections, separate from a maximum set for users with read-only connections.
@author
John D. McNally
@version $Id: PerUserPoolDataSource.java,v 1.8 2003/10/19 23:39:50 jmcnally Exp $