Package org.geotools.arcsde.session

Interface Summary
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.
 

Class Summary
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<R> Runnable used to interact with an ArcSDEConnection.
Commands  
Commands.GetVersionCommand Command to fetch a version.
SdeRow Wrapper for an SeRow so it allows asking multiple times for the same property.
SessionPoolFactory SessionPool factory.
SessionWrapper A pure session wrapper to aid in creating session decorators by extending this class.
 

Exception Summary
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.