Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.hp.t4jdbc
Class HPT4ConnectionPoolDataSource
java.lang.Object
com.hp.t4jdbc.T4Properties
com.hp.t4jdbc.T4DSProperties
com.hp.t4jdbc.HPT4ConnectionPoolDataSource
All Implemented Interfaces:
javax.sql.ConnectionPoolDataSource, javax.naming.Referenceable, java.io.Serializable
public class HPT4ConnectionPoolDataSource
extends T4DSProperties
implements javax.sql.ConnectionPoolDataSource, java.io.Serializable, javax.naming.Referenceable
HP JDBC Type 4 Driver ConnectionPoolDataSource class.
Description: A ConnectionPoolDataSource object is a factory for PooledConnection objects. As the name indicates,
this object provides a PooledConnection for data sources to be used by the application servers.
The HPT4ConnectionPoolDataSource class should be used to provide JDBC3.0 connection pooling features. The
HPT4ConnectionPoolDataSource is used by the application servers like WSAS to provide connection pooling features
to the J2EE applications. HPT4ConnectionPoolDataSource.getPooledConnection() returns the
javax.sql.PooledConnection object.
Setting connection properties such as catalog, schema, timeouts, and so on are done at the higher level objects such as
DataSource or DriverManager.
Copyright: (C) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
See Also:
T4Properties, HPT4DataSource, Serialized Form
Constructor Summary
HPT4ConnectionPoolDataSource()
Creates a pooled connection object.
HPT4ConnectionPoolDataSource(java.util.Properties props)
Creates a pooled connection object with the properties specified.
Method Summary
java.lang.String getNameType()
Deprecated.