| Package | Description |
|---|---|
| oracle.ucp | |
| oracle.ucp.admin | |
| oracle.ucp.diagnostics | |
| oracle.ucp.jdbc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionFactoryAdapter
The connection factory adapter is responsible for creating and closing
connections for a specific resource (such as, JDBC or JCA).
|
interface |
UniversalConnectionPool
A connection pool that pools any type of connection (called a physical
connection).
|
| Modifier and Type | Class and Description |
|---|---|
class |
oracle.ucp.admin.UniversalConnectionPoolManagerBase |
class |
UniversalConnectionPoolManagerImpl
The
UniversalConnectionPoolManagerImpl class is the
implementation class for the pool manager. |
| Modifier and Type | Method and Description |
|---|---|
static UniversalConnectionPoolManager |
UniversalConnectionPoolManagerImpl.getUniversalConnectionPoolManager(Diagnosable diagnosticsCollector)
Returns the static Universal Connection Pool Manager instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiagnosticsCollector
Extension interface for Diagnosable:
some more methods to handle buffering, filtering, dimping, etc.
|
| Modifier and Type | Method and Description |
|---|---|
default Diagnosable |
Diagnosable.getDiagnosable()
Only used by the default methods of this interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PoolDataSource
A connection pool-aware data source interface.
|
interface |
PoolXADataSource
A Universal Connection Pool-enabled XA data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoolDataSourceImpl
A connection pool-aware data source.
|
class |
PoolXADataSourceImpl
A connection pool-aware data source.
|
| Modifier and Type | Method and Description |
|---|---|
Diagnosable |
PoolDataSourceImpl.getDiagnosable()
Related diagnosable object
|