org.firebirdsql.pool
Class FBPooledDataSourceFactory

java.lang.Object
  extended by org.firebirdsql.pool.FBPooledDataSourceFactory

Deprecated.

@Deprecated
public class FBPooledDataSourceFactory
extends java.lang.Object

Creates Pooled DataSource objects.

Author:
Steven Jardine

Constructor Summary
FBPooledDataSourceFactory()
          Deprecated.  
 
Method Summary
static AbstractDriverConnectionPoolDataSource createDriverConnectionPoolDataSource()
          Deprecated.  
static AbstractFBConnectionPoolDataSource createFBConnectionPoolDataSource()
          Deprecated.  
static AbstractFBConnectionPoolDataSource getFBConnectionPoolInstance(javax.naming.Reference reference, javax.naming.Name name, javax.naming.Context context, java.util.Hashtable environment)
          Deprecated. Creates an objectFactory and returns an object instance of AbstractFBConnectionPoolDataSource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBPooledDataSourceFactory

public FBPooledDataSourceFactory()
Deprecated. 
Method Detail

createDriverConnectionPoolDataSource

public static AbstractDriverConnectionPoolDataSource createDriverConnectionPoolDataSource()
Deprecated. 
Returns:
a new DriverConnectionPoolDatasource object.

createFBConnectionPoolDataSource

public static AbstractFBConnectionPoolDataSource createFBConnectionPoolDataSource()
Deprecated. 
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
Deprecated. 
Creates an objectFactory and returns an object instance of AbstractFBConnectionPoolDataSource.

Throws:
FBSQLException


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.