com.esri.arcgis.datasourcesGDB
Interface IEnumDatabaseLockInfo

All Superinterfaces:
Serializable

public interface IEnumDatabaseLockInfo
extends Serializable

An enumeration of locks in a database.

Product Availability

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


Method Summary
 IDatabaseLockInfo next()
          A lock in the database.
 void reset()
          Resets the enumeration.
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration.

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.

next

IDatabaseLockInfo next()
                       throws IOException,
                              AutomationException
A lock in the database.

Product Availability

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

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