Uses of Class
org.geotools.arcsde.session.UnavailableConnectionException

Packages that use UnavailableConnectionException
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   
 

Uses of UnavailableConnectionException in org.geotools.arcsde.jndi
 

Methods in org.geotools.arcsde.jndi that throw UnavailableConnectionException
 ISession SharedSessionPool.getSession()
           
 ISession SharedSessionPool.getSession(boolean transactional)
           
 

Uses of UnavailableConnectionException in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session that throw UnavailableConnectionException
 ISession ISessionPool.getSession()
          Shortcut for getSession(true)
 ISession ISessionPool.getSession(boolean transactional)
          Grab a session from the pool, this session is the responsibility of the calling code and must be closed after use.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.