com.esri.arcgis.catalog
Interface IGxRemoteConnection

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSConnection, GxAGSFolder, GxDatabase, GxGDSGeodatabase, GxWCSConnection, GxWMSConnection, GxWMTSConnection, IMSConnection

public interface IGxRemoteConnection
extends Serializable

Provides access to members pertaining to remote connections.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void connect()
          Connects to a remote data source.
 void disconnect()
          Disconnects to a remote data source.
 

Method Detail

connect

void connect()
             throws IOException,
                    AutomationException
Connects to a remote data source.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnect

void disconnect()
                throws IOException,
                       AutomationException
Disconnects to a remote data source.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.