Uses of Interface
oracle.ucp.admin.UniversalConnectionPoolMBean
-
Packages that use UniversalConnectionPoolMBean Package Description oracle.ucp oracle.ucp.admin oracle.ucp.jdbc -
-
Uses of UniversalConnectionPoolMBean in oracle.ucp
Methods in oracle.ucp that return UniversalConnectionPoolMBean Modifier and Type Method Description UniversalConnectionPoolMBean
UniversalConnectionPoolAdapter. createUniversalConnectionPoolMBean()
Creates a Universal Connection Pool MBean using this adapter. -
Uses of UniversalConnectionPoolMBean in oracle.ucp.admin
Methods in oracle.ucp.admin that return UniversalConnectionPoolMBean Modifier and Type Method Description UniversalConnectionPoolMBean
UniversalConnectionPoolManagerMBean. createConnectionPool(UniversalConnectionPoolAdapter ucpAdapter)
Creates a connection pool instance based on specified UCP Adapter.Methods in oracle.ucp.admin with parameters of type UniversalConnectionPoolMBean Modifier and Type Method Description void
UniversalConnectionPoolManagerMBean. registerUniversalConnectionPoolMBean(UniversalConnectionPoolMBean poolMBean)
Registers the Universal Connection Pool MBean instance with the MBean server. -
Uses of UniversalConnectionPoolMBean in oracle.ucp.jdbc
Methods in oracle.ucp.jdbc that return UniversalConnectionPoolMBean Modifier and Type Method Description UniversalConnectionPoolMBean
PoolDataSourceImpl. createUniversalConnectionPoolMBean()
Creates a Universal Connection Pool MBean using this adapter.
-