Defines a JDBC connection pool from a domain configuration that was migrated from a previous release.
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.
In addition to accessing this MBean by invoking a factory method, you can also access this MBean from the following MBean attributes:
|
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
Factory Methods | createConnectionFactory
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ConnectionFactoryBean |
Factory Methods | createDriverParams
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | DriverParamsBean |
Factory Methods | createPoolParams
( )
Factory methods do not return objects. |
Privileges | Read only |
Type | ApplicationPoolParamsBean |
This section describes the following attributes:
|
The access control list (ACL) used to control access to this connection pool.
Permissions available to this ACL are:
Reserve
Allows users to get logical connections from this connection pool.
Admin
Allows all other operations on this connection pool, including: reset, shrink, shutdown, disable, and enable.
Lack of an ACL allows any user open access (provided that the user passes other WLS security controls).
Privileges | Read/Write |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The JNDI path to where the data source is bound.
Privileges | Read/Write |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |