Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06

Uses of Interface
weblogic.management.configuration.JDBCConnectionPoolMBean

Packages that use JDBCConnectionPoolMBean
weblogic.management.configuration   
 

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 weblogic.management.configuration.DomainMBean#JDBCSystemResources
 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 weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCConnectionPoolMBean[] JDBCMultiPoolMBean.getPoolList()
          Deprecated. The list of connection pools in the MultiPool.
 JDBCConnectionPoolMBean DomainMBean.lookupJDBCConnectionPool(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 

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


Copyright 1996, 2011, 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
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.6)

Part Number E13945-06