Uses of Package
org.geotools.arcsde.pool

Packages that use org.geotools.arcsde.pool
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.data.versioning   
org.geotools.arcsde.data.view   
org.geotools.arcsde.pool   
 

Classes in org.geotools.arcsde.pool used by org.geotools.arcsde.data
ISession
           
SessionPool
          Maintains SeConnection's for a single set of connection properties (for instance: by server, port, user and password) in a pool to recycle used connections.
 

Classes in org.geotools.arcsde.pool used by org.geotools.arcsde.data.versioning
ISession
           
 

Classes in org.geotools.arcsde.pool used by org.geotools.arcsde.data.view
ISession
           
 

Classes in org.geotools.arcsde.pool used by org.geotools.arcsde.pool
ArcSDEConnectionConfig
          Represents a set of ArcSDE database connection parameters.
ArcSDEConnectionPool
          Deprecated. still here waiting for gce to switch to SessionPool
ArcSDEConnectionPoolFactory
          Deprecated. sill here waiting for gce to switch to SessionPoolFactory
ArcSDEPooledConnection
          Deprecated. still here waiting for gce to switch to ISession
Command
          Runnable used to interact with an ArcSDEConnection.
ISession
           
SessionPool
          Maintains SeConnection's for a single set of connection properties (for instance: by server, port, user and password) in a pool to recycle used connections.
SessionPool.SeConnectionFactory
          PoolableObjectFactory intended to be used by a Jakarta's commons-pool objects pool, that provides ArcSDE's SeConnections.
SessionPoolFactory
          SessionPool factory.
UnavailableArcSDEConnectionException
          Exception thrown when a free SDE connection can't be obtained after the calling thread was waiting an available connection for SdeConnectionPool instance's getMaxWaitTime() milliseconds
 



Copyright © 1996-2009 Geotools. All Rights Reserved.