com.esri.arcgis.server
Interface IEnumServerObjectExtensionTypeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumServerObjectExtensionTypeInfoProxy

public interface IEnumServerObjectExtensionTypeInfo
extends Serializable

Provides access to members that enumerate through the registered server object extension types.

Product Availability

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


Method Summary
 int getCount()
          The number of extension types in the enumeration.
 IServerObjectExtensionTypeInfo next()
          Returns the next extension type in the enumeration.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IServerObjectExtensionTypeInfo next()
                                    throws IOException,
                                           AutomationException
Returns the next extension type in the enumeration.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.server.IServerObjectExtensionTypeInfo
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.

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

getCount

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

Product Availability

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

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