|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISessionPool | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
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.raster.io | |
org.geotools.arcsde.session |
Uses of ISessionPool in org.geotools.arcsde.data |
---|
Constructors in org.geotools.arcsde.data with parameters of type ISessionPool | |
---|---|
ArcSDEDataStore(ISessionPool connPool)
Creates a new ArcSDE DataStore working over the given connection pool |
|
ArcSDEDataStore(ISessionPool connPool,
String namespaceUri,
String versionName,
boolean allowNonSpatialTables)
Creates a new ArcSDE DataStore working over the given connection pool |
Uses of ISessionPool in org.geotools.arcsde.jndi |
---|
Classes in org.geotools.arcsde.jndi that implement ISessionPool | |
---|---|
class |
SharedSessionPool
A session pool that is not closable and hence can be shared between
different applications/datastores when referenced by a JNDI context. |
Methods in org.geotools.arcsde.jndi that return ISessionPool | |
---|---|
ISessionPool |
ArcSDEConnectionFactory.getInstance(ArcSDEConnectionConfig config)
|
static ISessionPool |
SharedSessionPool.getInstance(ArcSDEConnectionConfig config,
ISessionPoolFactory factory)
|
ISessionPool |
ArcSDEConnectionFactory.getInstance(Map<String,String> properties)
|
Constructors in org.geotools.arcsde.jndi with parameters of type ISessionPool | |
---|---|
SharedSessionPool(ISessionPool delegate)
|
Uses of ISessionPool in org.geotools.arcsde.raster.io |
---|
Methods in org.geotools.arcsde.raster.io with parameters of type ISessionPool | |
---|---|
static TileReader |
TileReaderFactory.getInstance(ISessionPool sessionPool,
RasterDatasetInfo rasterInfo,
long rasterId,
int pyramidLevel,
Rectangle requestedTiles)
|
Constructors in org.geotools.arcsde.raster.io with parameters of type ISessionPool | |
---|---|
RasterReaderFactory(ISessionPool connectionPool)
|
Uses of ISessionPool in org.geotools.arcsde.session |
---|
Methods in org.geotools.arcsde.session that return ISessionPool | |
---|---|
ISessionPool |
SessionPoolFactory.createPool(ArcSDEConnectionConfig config)
|
ISessionPool |
ISessionPoolFactory.createPool(ArcSDEConnectionConfig config)
Creates a connection pool factory for the given connection parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |