skip to main content
Using the Driver : Connection Pool Manager : Connection Pool Manager Interfaces : PooledConnectionDataSourceFactory
  

Try DataDirect Drivers Now
PooledConnectionDataSourceFactory
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.