Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ISession |
SharedSessionPool.getSession() |
ISession |
SharedSessionPool.getSession(boolean transactional) |
Modifier and Type | Method and Description |
---|---|
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–2019 Geotools. All rights reserved.