public class SessionPoolFactory extends Object implements ISessionPoolFactory
SessionPool
factory.Modifier and Type | Method and Description |
---|---|
ISessionPool |
createPool(ArcSDEConnectionConfig config)
Creates a connection pool factory for the given connection parameters.
|
static ISessionPoolFactory |
getInstance()
Returns a connection pool factory instance
|
public static ISessionPoolFactory getInstance()
public ISessionPool createPool(ArcSDEConnectionConfig config) throws IOException
ISessionPoolFactory
createPool
in interface ISessionPoolFactory
config
- contains the connection parameters and pool preferencesIOException
- if the pool needs but can't be createdCopyright © 1996–2019 Geotools. All rights reserved.