Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.JDBCConnectionPoolMBean

Packages that use JDBCConnectionPoolMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of JDBCConnectionPoolMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return JDBCConnectionPoolMBean
 JDBCConnectionPoolMBean DomainMBean.createJDBCConnectionPool(String name)
          Deprecated. 9.0.0.0 Replaced by getJDBCSystemResources
 JDBCConnectionPoolMBean JMSJDBCStoreMBean.getConnectionPool()
          Deprecated. The JDBC Connection Pool used by this JDBC store to access its backing table -- the specified JDBC connection pool must use a non-XA JDBC driver, connection pools for XA JDBC drivers are not supported.
 JDBCConnectionPoolMBean[] DomainMBean.getJDBCConnectionPools()
          Deprecated. 9.0.0.0 Replaced by getJDBCConnectionPools
 JDBCConnectionPoolMBean[] JDBCMultiPoolMBean.getPoolList()
          Deprecated. The list of connection pools in the MultiPool.
 JDBCConnectionPoolMBean DomainMBean.lookupJDBCConnectionPool(String name)
          Deprecated. 9.0.0.0 Replaced by getJDBCSystemResources
 

Methods in weblogic.management.configuration with parameters of type JDBCConnectionPoolMBean
 void DomainMBean.destroyJDBCConnectionPool(JDBCConnectionPoolMBean pool)
          Deprecated. 9.0.0.0 Replaced by getJDBCSystemResources
 void JMSJDBCStoreMBean.setConnectionPool(JDBCConnectionPoolMBean connectionPool)
          Deprecated.  
 void JDBCMultiPoolMBean.setPoolList(JDBCConnectionPoolMBean[] thePoolList)
          Deprecated. Sets the value of the PoolList attribute.
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02