com.esri.arcgis.geodatabase
Interface IEnumUserInfo

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

public interface IEnumUserInfo
extends java.io.Serializable

COM Interface 'IEnumUserInfo'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Enumerates users connected to 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 IID20e7292d_152d_42fa_8766_a91e10a34d0e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IUserInfo next()
          Retrieves the next user.
 void reset()
          Resets the enumeration of users to the beginning
 

Field Detail

IID20e7292d_152d_42fa_8766_a91e10a34d0e

static final int IID20e7292d_152d_42fa_8766_a91e10a34d0e
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

next

IUserInfo next()
               throws java.io.IOException,
                      AutomationException
Retrieves the next user.

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration of users to the beginning

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