org.firebirdsql.pool
Class FBPooledDataSourceFactory
java.lang.Object
org.firebirdsql.pool.FBPooledDataSourceFactory
- public class FBPooledDataSourceFactory
- extends java.lang.Object
Creates Pooled DataSource objects.
- Author:
- Steven Jardine
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FBPooledDataSourceFactory
public FBPooledDataSourceFactory()
createDriverConnectionPoolDataSource
public static AbstractDriverConnectionPoolDataSource createDriverConnectionPoolDataSource()
- Returns:
- a new DriverConnectionPoolDatasource object.
createFBConnectionPoolDataSource
public static AbstractFBConnectionPoolDataSource createFBConnectionPoolDataSource()
- Returns:
- a new FBConnectionPoolDataSource object.
getFBConnectionPoolInstance
public static AbstractFBConnectionPoolDataSource getFBConnectionPoolInstance(javax.naming.Reference reference,
javax.naming.Name name,
javax.naming.Context context,
java.util.Hashtable environment)
throws FBSQLException
- Creates an objectFactory and returns an object instance of
AbstractFBConnectionPoolDataSource.
- Throws:
FBSQLException
Copyright © 2001 David Jencks and other authors. All rights reserved.