All Classes and Interfaces

Class
Description
The callback interface for the abandoned connection timeout feature.
The callback interface for the Oracle RAC affinity features.
The Enum AffinityPolicy.
The connection factory adapter is responsible for creating and closing connections for a specific resource (such as, JDBC or JCA).
The callback interface for the connection harvesting support.
This callback allows applications and frameworks to initialize connections retrieved from Universal Connection Pool using common actions, before the connections are put to use.
The callback interface for connection labeling support.
New callback interface for connection labeling support.
The connection retrieval info is used for borrowing existing connections and for creating new ones.
Interface supporting abandoned connection timeout handling for JDBC java.sql.Connections.
Interface supporting time-to-live connection timeout handling for JDBC java.sql.Connections.
Instances of this interface support collecting diagnostic information.
Extension interface for Diagnosable: some more methods to handle buffering, filtering, dimping, etc.
Interface supporting Connection Harvesting for JDBC java.sql.Connections.
Various runtime statistics for the Universal Connection Pool that are specific to JDBC resources.
Interface supporting Connection Labeling for JDBC java.sql.Connections.
An exception indicating that there are no available connections in the connection pool.
Various runtime statistics for the Universal Connection Pool that are specific to Oracle JDBC resources.
A connection pool-aware data source interface.
 
Data source factory for creating instances of the pool-enabled PoolDataSource or PoolXADataSource that provide access to Universal Connection Pool functionalities.
A connection pool-aware data source.
A Universal Connection Pool-enabled XA data source.
A connection pool-aware data source.
The callback interface for the time-to-live (TTL) connection timeout feature.
A builder created from a PoolDataSource object, used to get a connection to the database that the PoolDataSource object represents.
Deprecated.
This DataSource wraps a UCP PoolDataSource instance with two objectives: Inject it in the Application Scope (to be referenced by Servlets, EJBs, etc).
Universal Connection Pool custom formatter for log messages.
This ServletContextListener implementation creates a UCP DataSource by reading context initialization parameters and binds it to JNDI and to an ApplicationScoped object (same object) to be able to be retrieved (via JNDI or Injection) by other components in the container.
A builder created from a PoolXADataSource object, used to get a connection to the database that the PoolXADataSource object represents.
A connection pool that pools any type of connection (called a physical connection).
Universal Connection Pool Adapter interface.
Common Universal Connection Pool (UCP) exception.
Type-safe Life Cycle values for the connection pool.
The UniversalConnectionPoolManager interface defines operations for creating and maintaining the Universal Connection Pool instances.
The UniversalConnectionPoolManagerImpl class is the implementation class for the pool manager.
The Universal Connection Pool Manager MBean defines operations and attributes for managing pool instances.
The Universal Connection Pool MBean defines operations and attributes for managing the Universal Connection Pool.
Various runtime statistics for the Universal Connection Pool.
The UniversalPooledConnection is the actual object that is pooled by the connection pool.
Validation same as in OracleConnection.ConnectionValidation.
Describes the status of a pooled connection.
This interface allows JDBC applications to easily and quickly determine the usability of a java.sql.Connection object and to identify connection objects that should no longer be used for connection pooling.