PooledConnectionDataSourceFactory
- Last Updated: June 5, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
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.
PooledConnectionDataSourceFactory
Methods |
Description |
|---|---|
static Object getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable
env) |
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. |