JDBCConnectionPoolBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Defines a JDBC connection pool from a domain configuration that was migrated from a previous release.

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.j2ee.descriptor.wl.JDBCConnectionPoolBean

Deprecated. 9.0.0.0 Replaced by AppDeploymentMBean

Factory Methods

Additional Access Points

In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:


    Child MBeans

    This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


    ConnectionFactory

           
    Factory MethodscreateConnectionFactory ( )

    destroyConnectionFactory (ConnectionFactoryBean )

    Factory methods do not return objects.

    See Using factory methods.

    Privileges Read only
    TypeConnectionFactoryBean

    DriverParams

           
    Factory MethodscreateDriverParams ( )

    destroyDriverParams (DriverParamsBean )

    Factory methods do not return objects.

    See Using factory methods.

    Privileges Read only
    TypeDriverParamsBean

    PoolParams

           
    Factory MethodscreatePoolParams ( )

    destroyPoolParams (ApplicationPoolParamsBean )

    Factory methods do not return objects.

    See Using factory methods.

    Privileges Read only
    TypeApplicationPoolParamsBean


    Attributes

    This section describes the following attributes:


      AclName

      The access control list (ACL) used to control access to this connection pool.

      Permissions available to this ACL are:

      Lack of an ACL allows any user open access (provided that the user passes other WLS security controls).

             
      Privileges Read/Write
      Typejava.lang.String
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      DataSourceJNDIName

      The JNDI path to where the data source is bound.

             
      Privileges Read/Write
      Typejava.lang.String
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.