BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


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 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[] JDBCMultiPoolMBean.getPoolList()
          Deprecated. The list of connection pools in the MultiPool.
 JDBCConnectionPoolMBean[] DomainMBean.getJDBCConnectionPools()
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 JDBCConnectionPoolMBean DomainMBean.createJDBCConnectionPool(String name)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 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 JMSJDBCStoreMBean.setConnectionPool(JDBCConnectionPoolMBean connectionPool)
          Deprecated.  
 void JDBCMultiPoolMBean.setPoolList(JDBCConnectionPoolMBean[] thePoolList)
          Deprecated. Sets the value of the PoolList attribute.
 void DomainMBean.destroyJDBCConnectionPool(JDBCConnectionPoolMBean pool)
          Deprecated. 9.0.0.0 Replaced by weblogic.management.configuration.DomainMBean#JDBCSystemResources
 


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