com.esri.arcgis.server
Interface IEnumServerObjectConfigurationInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumServerObjectConfigurationInfoProxy

public interface IEnumServerObjectConfigurationInfo
extends Serializable

Provides access to members that enumerate through ServerObjectConfigurationInfos.

Product Availability

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


Method Summary
 int getCount()
          The number of ServerObjectConfigurationInfos in the enumeration.
 IServerObjectConfigurationInfo next()
          Returns the next ServerObjectConfigurationInfo in the enumeration.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IServerObjectConfigurationInfo next()
                                    throws IOException,
                                           AutomationException
Returns the next ServerObjectConfigurationInfo in the enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

reset

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getCount

int getCount()
             throws IOException,
                    AutomationException
The number of ServerObjectConfigurationInfos in the enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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