Uses of Package
org.geotools.arcsde.session

Packages that use org.geotools.arcsde.session
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.gce   
org.geotools.arcsde.jndi This package contains relevant classes to support configuring a GeoTools ArcSDE ISessionPool (a pool of connections to an ArcSDE server) inside a Java Naming and Directory Interface (JNDI) context. 
org.geotools.arcsde.session   
 

Classes in org.geotools.arcsde.session used by org.geotools.arcsde.data
ArcSDEConnectionConfig
          Represents a set of ArcSDE database connection parameters.
ISession
           
ISessionPool
          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.
SdeRow
          Wrapper for an SeRow so it allows asking multiple times for the same property.
 

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

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

Classes in org.geotools.arcsde.session used by org.geotools.arcsde.gce
ArcSDEConnectionPool
          Deprecated. still here waiting for gce to switch to SessionPool
 

Classes in org.geotools.arcsde.session used by org.geotools.arcsde.jndi
ArcSDEConnectionConfig
          Represents a set of ArcSDE database connection parameters.
ISessionPool
          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.
ISessionPoolFactory
          Factory interface for ISessionPool.
 

Classes in org.geotools.arcsde.session used by org.geotools.arcsde.session
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
           
ISessionPool
          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.
ISessionPoolFactory
          Factory interface for ISessionPool.
SdeRow
          Wrapper for an SeRow so it allows asking multiple times for the same property.
UnavailableConnectionException
          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.