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

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

Uses of SessionPool in org.geotools.arcsde.data
 

Constructors in org.geotools.arcsde.data with parameters of type SessionPool
ArcSDEDataStore(SessionPool connPool)
          Creates a new ArcSDE DataStore working over the given connection pool
ArcSDEDataStore(SessionPool connPool, String namespaceUri)
          Creates a new ArcSDE DataStore working over the given connection pool
 

Uses of SessionPool in org.geotools.arcsde.pool
 

Subclasses of SessionPool in org.geotools.arcsde.pool
 class ArcSDEConnectionReference
          This SessionPool makes a maximum of *one* Connection available to the calling application.
 

Methods in org.geotools.arcsde.pool that return SessionPool
 SessionPool SessionPoolFactory.createPool(ArcSDEConnectionConfig config)
          Creates a connection pool factory for the given connection parameters.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.