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 and Description |
---|---|
UniversalConnectionPoolMBean |
UniversalConnectionPoolAdapter.createUniversalConnectionPoolMBean()
Creates a Universal Connection Pool MBean using this adapter.
|
Modifier and Type | Method and Description |
---|---|
UniversalConnectionPoolMBean |
UniversalConnectionPoolManagerMBean.createConnectionPool(UniversalConnectionPoolAdapter ucpAdapter)
Creates a connection pool instance based on specified UCP Adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
UniversalConnectionPoolManagerMBean.registerUniversalConnectionPoolMBean(UniversalConnectionPoolMBean poolMBean)
Registers the Universal Connection Pool MBean instance with the MBean server.
|
Modifier and Type | Method and Description |
---|---|
UniversalConnectionPoolMBean |
PoolDataSourceImpl.createUniversalConnectionPoolMBean()
Creates a Universal Connection Pool MBean using this adapter.
|