com.esri.arcgis.geodatabase
Interface IEnumWorkspaceStatus

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumWorkspaceStatusProxy

public interface IEnumWorkspaceStatus
extends Serializable

Provides access to members that enumerate workspace status information.

Product Availability

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


Method Summary
 IWorkspaceStatus next()
          Retrieves the next workspace status in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

IWorkspaceStatus next()
                      throws IOException,
                             AutomationException
Retrieves the next workspace status in the enumeration sequence.

Product Availability

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

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to 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.