PoolDataSourceImpl
, PoolXADataSourceImpl
public interface UniversalConnectionPoolAdapter
Modifier and Type | Method | Description |
---|---|---|
UniversalConnectionPool |
createUniversalConnectionPool() |
Creates a Universal Connection Pool instance using this adapter.
|
UniversalConnectionPoolMBean |
createUniversalConnectionPoolMBean() |
Creates a Universal Connection Pool MBean using this adapter.
|
UniversalConnectionPool createUniversalConnectionPool() throws java.lang.Exception
createConnectionPool
method on UniversalConnectionPoolManager
is responsible
for that.java.lang.Exception
- If any error occurs during the process of connection
pool creation.UniversalConnectionPoolManager
UniversalConnectionPoolMBean createUniversalConnectionPoolMBean() throws java.lang.Exception
createConnectionPool
operation on
UniversalConnectionPoolManagerMBean
is responsible for that.java.lang.Exception
- If any error occurs during the process of connection
pool creation.UniversalConnectionPoolManagerMBean
Copyright © 2007, 2016, 2019, Oracle and/or its affiliates. All rights reserved.