com.esri.arcgis.catalog
Interface IGxGISDataServers

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAddGDSConnection

public interface IGxGISDataServers
extends Serializable

Provides access to the list of GIS Data Servers registered on the system.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IEnumGxObject getRegisteredServers(IFileNames fileNames)
          Gets the servers registered on the computer.
 

Method Detail

getRegisteredServers

IEnumGxObject getRegisteredServers(IFileNames fileNames)
                                   throws IOException,
                                          AutomationException
Gets the servers registered on the computer.

Product Availability

Available with ArcGIS Desktop.

Parameters:
fileNames - A reference to a com.esri.arcgis.system.IFileNames (in)
Returns:
A reference to a com.esri.arcgis.catalog.IEnumGxObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.