Uses of Class
org.geotools.arcsde.pool.ArcSDEConnectionConfig

Packages that use ArcSDEConnectionConfig
org.geotools.arcsde.pool   
 

Uses of ArcSDEConnectionConfig in org.geotools.arcsde.pool
 

Fields in org.geotools.arcsde.pool declared as ArcSDEConnectionConfig
protected  ArcSDEConnectionConfig SessionPool.config
          this connection pool connection's parameters
 

Methods in org.geotools.arcsde.pool that return ArcSDEConnectionConfig
 ArcSDEConnectionConfig ArcSDEConnectionPool.getConfig()
          Deprecated. DOCUMENT ME!
 ArcSDEConnectionConfig SessionPool.getConfig()
          DOCUMENT ME!
 

Methods in org.geotools.arcsde.pool with parameters of type ArcSDEConnectionConfig
 ArcSDEConnectionPool ArcSDEConnectionPoolFactory.createPool(ArcSDEConnectionConfig config)
          Deprecated. 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.
 SessionPool SessionPoolFactory.createPool(ArcSDEConnectionConfig config)
          Creates a connection pool factory for the given connection parameters.
 

Constructors in org.geotools.arcsde.pool with parameters of type ArcSDEConnectionConfig
ArcSDEConnectionPool(ArcSDEConnectionConfig config)
          Deprecated. Creates a new SdeConnectionPool object with the connection parameters holded by config
ArcSDEConnectionReference(ArcSDEConnectionConfig config)
           
ArcSDEPooledConnection(ObjectPool pool, ArcSDEConnectionConfig config)
          Deprecated.  
ArcSDEReferencedConnection(ObjectPool pool, ArcSDEConnectionConfig config)
           
SessionPool.SeConnectionFactory(ArcSDEConnectionConfig config)
          Creates a new SeConnectionFactory object.
SessionPool(ArcSDEConnectionConfig config)
          Creates a new SdeConnectionPool object with the connection parameters holded by config
UnavailableArcSDEConnectionException(int usedConnections, ArcSDEConnectionConfig config)
          Creates a new UnavailableArcSDEConnectionException object.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.