PooledConnectionDataSourceFactory
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
The PooledConnectionDataSourceFactory interface is used to create a
PooledConnectionDataSource object from a
Reference object that is stored in a naming or
directory service. These methods are typically invoked by a JNDI service provider;
they are not usually invoked by a user application.
| PooledConnectionDataSourceFactoryMethods | Description |
|---|---|
|
Creates a PooledConnectionDataSource object from a Reference object that is stored in a naming or directory service. This is an implementation of the method of the same name defined in the javax.naming.spi.ObjectFactory interface. Refer to the Javadoc for this interface for a description. |