com.esri.arcgis.server
Interface IEnumServerObjectExtensionType

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumServerObjectExtensionTypeProxy

public interface IEnumServerObjectExtensionType
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.
 IServerObjectExtensionType next()
          Returns the next extension type in the enumeration.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IServerObjectExtensionType 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.IServerObjectExtensionType
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.