ESRI.ArcGIS.ADF.Connection
ESRI.ArcGIS.ADF.Connection Namespace
See Also  Inheritance Hierarchy Send Feedback
The ESRI.ArcGIS.ADF.Connection namespace contains interfaces, enumerations and classes that provide common functionality for all types of connections to servers in the Web ADF. For instance, the ConnectionManager class manages the ServerConnections for the ADF. If configured appropriately, the ConnectionManager will accommodate both failover and round-robin scenarios. If none are specified, it will hand out ServerConnections as configured by the Web ADF resource manager controls.

Classes

 ClassDescription
ClassConnection A generic connection to a data source used in the ESRI Web ADF.
ClassConnectionFailedException Exception thrown when a connection fails.
ClassConnectionItem The connection item is the name of a Server to be used in AGS Recovery.
ClassConnectionItemCollection ConnectionItemCollection contains a collection of ConnectionItem objects
ClassConnectionManager 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.
ClassConnectionNotFoundException Exception thrown when a connection is not found.
ClassEmptyServerListException Exception thrown when the server list is empty.
ClassFailoverException Summary description for FailoverException.
ClassMaxConnectionException An exception thrown when the maximum number of unsuccessful connection attempts is exceeded.
ClassRecoveryFailedException Exception thrown when the recovery of a connection fails.
ClassRoundRobinException Exception thrown when a RoundRobin connection fails.
ClassServerHostNullException Exception thrown when a ServerConnection's Host is not valid.

Interfaces

 InterfaceDescription
InterfaceIServerConnection Represents a connection to a server.
InterfaceIServerConnectionFactory Interface for classes that create a connection to a server.

Enumerations

 EnumerationDescription
EnumerationConnectionMode 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.

Remarks

IServerConnection is the base class for implementations of connections for specific server types (ArcGIS Server and ArcIMS).

See Also

© 2011 All Rights Reserved.