com.esri.arcgis.server
Interface IEnumServerDirectoryInfo

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

public interface IEnumServerDirectoryInfo
extends java.io.Serializable

COM Interface 'IEnumServerDirectoryInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that enumerate through ServerDirectoryInfos.' 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 IIDe3a6f4a0_28ca_45b8_86b3_36888fb5466b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of ServerDirectoryInfos in the enumeration.
 IServerDirectoryInfo next()
          Returns the next ServerDirectoryInfo in the enumeration.
 void reset()
          Starts the enumeration at the beginning.
 

Field Detail

IIDe3a6f4a0_28ca_45b8_86b3_36888fb5466b

static final int IIDe3a6f4a0_28ca_45b8_86b3_36888fb5466b
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

next

IServerDirectoryInfo next()
                          throws java.io.IOException,
                                 AutomationException
Returns the next ServerDirectoryInfo in the enumeration.

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Starts the enumeration at the beginning.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of ServerDirectoryInfos in the enumeration.

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