BEA Systems, Inc.

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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.