|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectArcSDEConnectionPoolFactory
SessionPoolFactory
public class ArcSDEConnectionPoolFactory
Singleton factory that maintains a single connection pool
per set of
connection parameters
.
Method Summary | |
---|---|
void |
clear()
Deprecated. Closes and removes all the existing connection pools |
ArcSDEConnectionPool |
createPool(ArcSDEConnectionConfig config)
Deprecated. Creates a connection pool factory for the given connection parameters, or returns the existing one if there already exists one for that set of connection params. |
protected void |
finalize()
Deprecated. Ensures proper closure of connection pools at this object's finalization stage. |
static ArcSDEConnectionPoolFactory |
getInstance()
Deprecated. Returns a connection pool factory instance |
Methods inherited from class Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ArcSDEConnectionPoolFactory getInstance()
public ArcSDEConnectionPool createPool(ArcSDEConnectionConfig config) throws DataSourceException
config
- contains the connection parameters and pool preferences
DataSourceException
- if the pool needs but can't be createdpublic void clear()
protected void finalize()
finalize
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |