| Interface | Description |
|---|---|
| ISession |
Provides thread safe access to an SeConnection.
|
| ISessionPool |
Maintains
SeConnection's for a single set of connection properties (for instance: by
server, port, user and password) in a pool to recycle used connections. |
| ISessionPoolFactory |
Factory interface for
ISessionPool. |
| Class | Description |
|---|---|
| ArcSDEConnectionConfig |
Represents a set of ArcSDE database connection parameters.
|
| Command<R> |
Runnable used to interact with an ArcSDEConnection.
|
| Commands | |
| Commands.CloseConnection | |
| Commands.CloseStateCommand | |
| Commands.CloseStreamCommand |
A command to close an
stream (ie, SeDelete, SeInsert,
SeQuery, SeUpdate). |
| Commands.CommitTransaction | |
| Commands.CreateAndExecuteQueryCommand |
Command to create, prepare, and execute a query.
|
| Commands.CreateSeRegistrationCommand | |
| Commands.CreateSeStateCommand | |
| Commands.CreateSeTableCommand | |
| Commands.CreateVersionStateCommand |
Creates either a direct child state of parentStateId, or a sibling being an exact copy of
parentStatId if either the state can't be closed because its in use or parentStateId does not
belong to the current user.
|
| Commands.DescribeTableCommand | |
| Commands.FetchRowCommand | |
| Commands.GetLayerCommand | |
| Commands.GetTableCommand | |
| Commands.GetVersionCommand |
Command to fetch a version.
|
| Commands.PrepareQueryCommand | |
| SdeRow |
Wrapper for an SeRow so it allows asking multiple times for the same property.
|
| SessionPoolFactory |
SessionPool factory. |
| SessionWrapper |
A pure session wrapper to aid in creating session decorators by extending this class.
|
| Exception | Description |
|---|---|
| UnavailableConnectionException |
Exception thrown when a free SDE connection can't be obtained after the calling thread was
waiting an available connection for
SdeConnectionPool instance's getMaxWaitTime()
milliseconds |
Copyright © 1996–2019 Geotools. All rights reserved.