HomeSort by relevance Sort by last modified time
    Searched defs:pool (Results 1 - 24 of 24) sorted by null

  /website/auth/AuthDb/src/org/opensolaris/auth/db/
DbDataSource.java 33 * @param maxConn the maximum number of connections in the pool.
39 this.pool = new MiniConnectionPoolManager(source, maxConn, timeout);
50 Connection c = pool.getConnection();
57 * The underlying pool manager does not support this functionality, so if
145 * Dispose of all the currently unused connections in the pool.
150 pool.dispose();
153 /** The Derby connection pool data source. */
155 /** The connection pool manager. */
156 private final MiniConnectionPoolManager pool; field in class:DbDataSource
  /website/oso/common/OsoDb/src/org/opensolaris/db/
DbDataSource.java 33 * @param maxConn the maximum number of connections in the pool.
39 this.pool = new MiniConnectionPoolManager(source, maxConn, timeout);
50 Connection c = pool.getConnection();
57 * The underlying pool manager does not support this functionality, so if
145 * Dispose of all the currently unused connections in the pool.
150 pool.dispose();
153 /** The Derby connection pool data source. */
155 /** The connection pool manager. */
156 private final MiniConnectionPoolManager pool; field in class:DbDataSource
  /website/portal/trunk/lib/tonic-war/
xmlrpc-2.0.jar 
ognl-2.6.5.jar 
oscore-2.2.4.jar 
cglib-full-2.0.2.jar 
javamail-1.3.2.jar 
c3p0-0.9.1-pre9.jar 
jgroups-2.2.7.jar 
velocity-dep-1.3.1.jar 
hibernate-2.1.8.jar 
spring.jar 
  /website/auth/Libraries/XML-RPC/
xmlrpc-server-3.1.1b.jar 
xmlrpc-common-3.1.1b.jar 
xmlrpc-server-3.1.1.jar 
xmlrpc-common-3.1.1.jar 
  /website/portal/trunk/lib/ant/
ant-contrib-1.0b1.jar 
  /website/oso-libraries/XML-RPC/
xmlrpc-server-3.1.2a.jar 
xmlrpc-common-3.1.2a.jar 
  /website/oso-libraries/XWiki/
velocity-1.6.2.jar 
hibernate-3.2.6.ga.jar 
  /website/auth/Libraries/Stripes/
mail-1.4.1.jar 
  /website/oso-libraries/Stripes/
mail-1.4.1.jar 
  /website/auth/AuthXWiki/lib/XWiki1.6/
hibernate-3.2.6.ga.jar 

Completed in 8168 milliseconds