public interface ISessionPoolFactory
ISessionPool
.
A specific ISessionPool
factory can be injected when using JNDI through the sessionPoolFactory
parameter. See ArcSDEConnectionFactory
.
Modifier and Type | Method and Description |
---|---|
ISessionPool |
createPool(ArcSDEConnectionConfig config)
Creates a connection pool factory for the given connection parameters.
|
ISessionPool createPool(ArcSDEConnectionConfig config) throws IOException
config
- contains the connection parameters and pool preferencesIOException
- if the pool needs but can't be createdCopyright © 1996–2019 Geotools. All rights reserved.