com.esri.arcgis.datasourcesGDB
Interface IEnumDatabaseLockInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumDatabaseLockInfoProxy

public interface IEnumDatabaseLockInfo
extends java.io.Serializable

COM Interface 'IEnumDatabaseLockInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesGDB.olb'

Description: 'An enumeration of locks in a database.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID225e1781_17cf_468e_a3d2_a59df3bb2d62
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDatabaseLockInfo next()
          A lock in the database.
 void reset()
          Resets the enumeration.
 

Field Detail

IID225e1781_17cf_468e_a3d2_a59df3bb2d62

static final int IID225e1781_17cf_468e_a3d2_a59df3bb2d62
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reset

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

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

next

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

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