Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Package oracle.ucp.admin

Defines interfaces for administering Universal Connection Pool instances, including JMX support.

See:
          Description

Interface Summary
UniversalConnectionPoolManager The UniversalConnectionPoolManager interface defines operations for creating and maintaining the Universal Connection Pool instances.
UniversalConnectionPoolManagerMBean The Universal Connection Pool Manager MBean defines operations and attributes for managing pool instances.
UniversalConnectionPoolMBean The Universal Connection Pool MBean defines operations and attributes for managing the Universal Connection Pool.

 

Class Summary
UniversalConnectionPoolManagerImpl The UniversalConnectionPoolManagerImpl class is the implementation class for the pool manager.

 

Package oracle.ucp.admin Description

Defines interfaces for administering Universal Connection Pool instances, including JMX support.

A pool instance is registered with the pool manager every time a new pool instance is created. All the pool operations can be called by providing the pool name as a key. Operations for controlling the metric collection for individual Universal Connection Pool instances are also provided.

Administration operations include:

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, see:


Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.