| |
|
| java.lang.Object org.geotools.arcsde.pool.ArcSDEConnectionPoolFactory
ArcSDEConnectionPoolFactory | public class ArcSDEConnectionPoolFactory (Code) | | Singleton factory that maintains a single
ArcSDEConnectionPool connection pool per set of
ArcSDEConnectionConfig connection parameters .
author: Gabriel Roldan version: $Id: ArcSDEConnectionPoolFactory.java 24660 2007-03-02 16:10:44Z version: saul.farber $ |
clear | public void clear()(Code) | | Closes and removes all the existing connection pools
|
createPool | public synchronized ArcSDEConnectionPool createPool(ArcSDEConnectionConfig config) throws DataSourceException(Code) | | Creates a connection pool factory for the given connection parameters, or
returns the existing one if there already exists one for that set of
connection params.
Parameters: config - contains the connection parameters and pool preferences a pool for the given connection parameters, wether it alreadyexisted or had to be created. throws: DataSourceException - if the pool needs but can't be created |
finalize | public void finalize()(Code) | | Ensures proper closure of connection pools at this object's finalization
stage.
|
getInstance | public static synchronized ArcSDEConnectionPoolFactory getInstance()(Code) | | Returns a connection pool factory instance
the connection pool factory singleton |
|
|
|