com.esri.arcgis.geodatabase
Interface IEnumSchemaLockInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSchemaLockInfoProxy

public interface IEnumSchemaLockInfo
extends Serializable

Provides access to members for enumerating lock info.

Product Availability

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


Method Summary
 ISchemaLockInfo next()
          The next schema lock info object.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

ISchemaLockInfo next()
                     throws IOException,
                            AutomationException
The next schema lock info object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

Supported Platforms

Windows, Solaris, Linux

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