ESRI.ArcGIS.ADF.Connection | |
ESRI.ArcGIS.ADF.Connection Namespace | |
See Also Inheritance Hierarchy Send comments on this topic. |
Class | Description | |
---|---|---|
Connection | A generic connection to a data source used in the ESRI Web ADF. | |
ConnectionFailedException | Exception thrown when a connection fails. | |
ConnectionItem | The connection item is the name of a Server to be used in AGS Recovery. | |
ConnectionItemCollection | ConnectionItemCollection contains a collection of ConnectionItem objects | |
ConnectionManager | The ConnectionManager object manages the ServerConnections for the ADF. If configured appropriately, the ConnectionManager will accommodate both Failover and Round-robin scenarios. If none are specified, will hand out ServerConnections as configured by the web controls. | |
ConnectionNotFoundException | Exception thrown when a connection is not found. | |
EmptyServerListException | Exception thrown when the server list is empty. | |
FailoverException | Summary description for FailoverException. | |
MaxConnectionException | An exception thrown when the maximum number of unsuccessful connection attempts is exceeded. | |
RecoveryFailedException | Exception thrown when the recovery of a connection fails. | |
RoundRobinException | Exception thrown when a RoundRobin connection fails. | |
ServerHostNullException | Exception thrown when a ServerConnection's Host is not valid. |
Interface | Description | |
---|---|---|
IServerConnection | Represents a connection to a server. | |
IServerConnectionFactory | Interface for classes that create a connection to a server. |
Enumeration | Description | |
---|---|---|
ConnectionMode | ConnectionMode is implemented within the ADF to allow the web application to respond to backup/recovery situations with the server. The ConnectionMode is used to define the type of failover to perform. |
IServerConnection is the base class for implementations of connections for specific server types (ArcGIS Server and ArcIMS).