| Package | Description |
|---|---|
| oracle.ucp |
Includes both required and optional callback interfaces
that are used to implement connection pool features.
|
| oracle.ucp.admin |
Defines interfaces for administering Universal Connection Pool instances,
including JMX support.
|
| oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work
with JDBC connections and a connection pool.
|
| Modifier and Type | Method | Description |
|---|---|---|
UniversalConnectionPoolMBean |
UniversalConnectionPoolAdapter.createUniversalConnectionPoolMBean() |
Creates a Universal Connection Pool MBean using this adapter.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JDBCUniversalConnectionPoolMBeanImpl |
|
class |
UniversalConnectionPoolMBeanBase |
| Modifier and Type | Method | Description |
|---|---|---|
UniversalConnectionPoolMBean |
UniversalConnectionPoolManagerMBean.createConnectionPool(UniversalConnectionPoolAdapter ucpAdapter) |
Creates a connection pool instance based on specified UCP Adapter.
|
UniversalConnectionPoolMBean |
UniversalConnectionPoolManagerMBeanImpl.createConnectionPool(UniversalConnectionPoolAdapter ucpAdapter) |
Creates a connection pool instance based on specified UCP Adapter.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
UniversalConnectionPoolManagerMBean.registerUniversalConnectionPoolMBean(UniversalConnectionPoolMBean poolMBean) |
Registers the Universal Connection Pool MBean instance with the MBean
server.
|
void |
UniversalConnectionPoolManagerMBeanImpl.registerUniversalConnectionPoolMBean(UniversalConnectionPoolMBean poolMBean) |
Registers the UniversalConnectionPoolMBean instance with the MBean server.
|
| Modifier and Type | Method | Description |
|---|---|---|
UniversalConnectionPoolMBean |
PoolDataSourceImpl.createUniversalConnectionPoolMBean() |
Creates a Universal Connection Pool MBean using this adapter.
|
Copyright © 2008, 2017, Oracle. All rights reserved.