com.esri.arcgis.gisclient
Interface IEnumAGSServerConnectionName

All Superinterfaces:
Serializable

public interface IEnumAGSServerConnectionName
extends Serializable

Provides access to members that enumerate over a collection of server connection name objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IAGSServerConnectionName next()
          Returns the next element in the enumerator.
 void reset()
          Resets the enumerator.
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

next

IAGSServerConnectionName next()
                              throws IOException,
                                     AutomationException
Returns the next element in the enumerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.