com.esri.arcgis.gisclient
Interface IEnumAGSServerConnectionName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumAGSServerConnectionNameProxy

public interface IEnumAGSServerConnectionName
extends java.io.Serializable

COM Interface 'IEnumAGSServerConnectionName'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members that enumerate over a collection of server connection name objects.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4f11971a_f293_47a4_acf2_fef737fb71f4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAGSServerConnectionName next()
          Returns the next element in the enumerator.
 void reset()
          Resets the enumerator.
 

Field Detail

IID4f11971a_f293_47a4_acf2_fef737fb71f4

static final int IID4f11971a_f293_47a4_acf2_fef737fb71f4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reset

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

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

next

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

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