BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xalan.lib.sql.ConnectionPool

Packages that use ConnectionPool
weblogic.apache.xalan.lib.sql   
 

Uses of ConnectionPool in weblogic.apache.xalan.lib.sql
 

Classes in weblogic.apache.xalan.lib.sql that implement ConnectionPool
 class DefaultConnectionPool
           
 

Methods in weblogic.apache.xalan.lib.sql that return ConnectionPool
 ConnectionPool XConnectionPoolManager.getPool(java.lang.String name)
          Return the connection pool referenced by the name
 

Methods in weblogic.apache.xalan.lib.sql with parameters of type ConnectionPool
 void XConnectionPoolManager.registerPool(java.lang.String name, ConnectionPool pool)
          Register a nuew connection pool to the global pool table.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.